-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 768 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 768 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
33
34
{
"name": "demo",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon index.js",
"webpack-node":"webpack --config ./webpack.node.config.js --progress --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "3.3.5",
"body-parser": "1.15.0",
"express": "4.13.4",
"fs": "0.0.2",
"gm": "1.22.0",
"http": "0.0.0",
"moment": "2.13.0",
"mysql": "2.10.2",
"path": "0.12.7",
"request": "2.72.0"
},
"devDependencies": {
"babel-cli": "6.8.0",
"babel-core": "6.8.0",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-stage-0": "6.5.0",
"json-loader": "0.5.4",
"webpack": "1.13.0"
}
}