-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.69 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.69 KB
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
45
46
47
48
49
50
51
{
"name": "node-tony-elm",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development supervisor --harmony ./bin/www",
"start": "cross-env NODE_ENV=production pm2 start ./bin/www --node-args='--harmony' --name 'node-tony-elm'",
"stop": "cross-env NODE_ENV=production pm2 stop ./bin/www --name 'node-tony-elm'",
"restart": "cross-env NODE_ENV=production pm2 restart ./bin/www --node-args='--harmony' --name 'node-tony-elm'",
"test": "echo \"Error: no test specified\" && exit 1",
"cmdStart": "node ./bin/www"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.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.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-3": "^6.22.0",
"babel-register": "^6.24.0",
"body-parser": "~1.18.2",
"captchapng": "0.0.1",
"config-lite": "^1.5.0",
"connect-history-api-fallback": "^1.5.0",
"connect-mongo": "^2.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.15.5",
"express-session": "^1.15.6",
"formidable": "^1.1.1",
"gm": "^1.23.0",
"mongoose": "^4.13.7",
"morgan": "~1.9.0",
"node-fetch": "^1.7.3",
"pinyin": "^2.8.3",
"qiniu": "^7.1.1",
"serve-favicon": "~2.4.5",
"time-formater": "^1.0.1",
"time-stamp": "^2.0.0"
},
"devDependencies": {
"cross-env": "^5.1.1",
"supervisor": "^0.12.0",
"pm2": "^2.4.6"
}
}