-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "mulab-info",
"version": "1.0.0",
"description": "Labmu Information Management System",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"author": [
{
"name": "Guang Chen",
"email": "[email protected]"
}
],
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^6.0.0-beta.1",
"babel-plugin-bluebird-async-functions": "^1.2.0",
"babel-plugin-syntax-async-functions": "^6.5.0",
"babel-plugin-transform-async-to-module-method": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"eslint": "~2.2.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^2.0.0",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"supertest": "^1.2.0"
},
"dependencies": {
"babel-polyfill": "^6.6.1",
"bluebird": "^3.3.3",
"bunyan": "^1.7.1",
"koa": "^2.0.0-alpha.3",
"koa-convert": "^1.2.0",
"koa-logger": "^2.0.0",
"koa-route": "^3.0.0",
"koa-router": "^7.0.1",
"koa-session": "^3.3.1",
"ldapjs": "^1.0.0"
}
}