-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.26 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
{
"name": "wf-teamlog-node",
"version": "1.0.0",
"description": "node sever",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development supervisor --harmony index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ty",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"config-lite": "^2.1.0",
"connect-flash": "^0.1.1",
"connect-history-api-fallback": "^1.5.0",
"connect-mongo": "^2.0.0",
"cookie-parser": "^1.4.3",
"cross-env": "^5.1.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-winston": "^2.4.0",
"formidable": "^1.1.1",
"moment": "^2.19.2",
"mongodb": "^2.2.33",
"mongoose": "^4.13.5",
"node-fetch": "^1.7.3",
"pm2": "^2.8.0",
"supervisor": "^0.12.0",
"time-formater": "^1.0.1",
"time-stamp": "^2.0.0",
"winston": "^2.4.0"
}
}