-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 953 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 953 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": "3waproject",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"watch": "nodemon --ignore 'uploads/*' & browser-sync start --proxy 'localhost:3000/' --port 3001 --ss 'uploads' -f 'views/*' 'public/stylesheets/*' 'public/javascripts/*' 'uploads/style.css'"
},
"dependencies": {
"body-parser": "~1.17.1",
"browser-sync": "^2.18.8",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-fileupload": "^0.1.2",
"express-session": "^1.15.2",
"firebase": "^3.9.0",
"firebase-admin": "^4.2.1",
"jstransformer-babel": "^2.1.0",
"jstransformer-coffee-script": "^1.1.0",
"jstransformer-markdown-it": "^2.0.0",
"jstransformer-sass": "^0.1.1",
"mkdirp": "^0.5.1",
"morgan": "~1.8.1",
"pug": "~2.0.0-beta11",
"rimraf": "^2.6.1",
"sendmail": "^1.1.1",
"serve-favicon": "~2.4.2",
"webshot": "^0.18.0"
}
}