-
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) · 885 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 885 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": "pakage",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"body-parser": "^1.17.2",
"bytes": "^2.5.0",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"ejs": "^2.5.6",
"express": "^4.15.3",
"express-fileupload": "^0.4.0",
"express-session": "^1.15.6",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"htmlspecialchars": "^1.0.5",
"mongodb": "^2.2.29",
"multer": "^1.3.0",
"node": "^0.0.0",
"node-static": "^0.7.9",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"session": "^0.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"scss": "node-sass --watch scss/ --output css/ --output-style expanded --indent-type tab --indent-width 1"
},
"author": "",
"license": "ISC"
}