-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 761 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
{
"name": "todos",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"prod": "sudo NODE_ENV=production PORT=80 forever ./bin/www"
},
"dependencies": {
"bluebird": "^3.5.1",
"bootstrap-sass": "^3.3.7",
"browserify-middleware": "^8.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"express-handlebars": "^3.0.0",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"jquery": "^3.3.1",
"mongoose": "^5.2.8",
"morgan": "~1.9.0",
"node-sass-middleware": "^0.11.0"
},
"devDependencies": {
"browser-sync": "^2.24.6",
"connect-browser-sync": "^2.1.0",
"forever": "^0.15.3",
"nodemon": "^1.18.3"
}
}