-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 972 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 972 Bytes
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
{
"name": "service",
"author": "shu chao <shuc324@gmail.com>",
"main": "./api.js",
"scripts": {
"test_model": "./node_modules/.bin/babel-node ./node_modules/.bin/_mocha -t 3000 -- './tests/models/*_test.js'",
"test_library": "./node_modules/.bin/babel-node ./node_modules/.bin/_mocha -t 3000 -- './tests/library/*_test.js'"
},
"dependencies": {
"assert": "^1.4.0",
"auto-loader": "^0.2.0",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"config": "^1.20.3",
"crypto": "0.0.3",
"express": "^4.13.4",
"log4js": "^0.6.36",
"mocha": "^2.5.1",
"mongoose": "^4.4.17",
"node-env-file": "^0.1.8",
"redis": "^2.6.0-2"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.3.13"
}
}