-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy pathpackage.json
37 lines (37 loc) · 966 Bytes
/
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
{
"name": "meituan-back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev nodemon index.js",
"test": " mocha test/v1/user.test.js --compilers js:babel-register"
},
"author": "zwStar",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"blueimp-md5": "^2.10.0",
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"form-data": "^2.3.2",
"moment": "^2.20.1",
"mongoose": "^4.13.7",
"node-fetch": "^1.7.3",
"qiniu": "^7.1.2",
"request": "^2.83.0",
"time-formater": "^1.0.1"
},
"dependencies": {
"multer": "^1.4.1"
}
}