-
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) · 801 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 801 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": "metal",
"version": "1.0.0",
"description": "Metal",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.12.3",
"passport": "0.2.1",
"mongoose": "3.8.16",
"passport-local": "^1.0.0",
"express-session": "^1.11.2",
"connect-flash": "^0.1.1",
"bcrypt-nodejs": "0.0.3",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.1",
"lazy": "^1.0.11",
"morgan": "^1.5.3",
"body-parser": "^1.12.4",
"mongoose-id-validator": "^0.1.8"
},
"devDependencies": {
"flightplan": "^0.6.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-shell": "^1.1.2",
"load-grunt-tasks": "^3.1.0"
}
}