-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 733 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 733 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
{
"name": "nodejs-chat",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "gulp build",
"start": "node ./bin/www",
"mongod": "start X:/MongoDB/bin/mongod --dbpath=X:\\MongoDB\\data\\db"
},
"dependencies": {
"body-parser": "^1.16.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"ejs": "~2.5.5",
"express": "~4.14.1",
"mongoose": "^4.10.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.2",
"socket.io": "^2.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean-css": "^3.4.0",
"gulp-rename": "^1.2.2",
"gulp-uglifyjs": "^0.6.2",
"http-proxy-middleware": "^0.17.4"
}
}