-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 KB
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
35
36
37
38
39
40
41
42
43
{
"name": "constructive-citizen",
"version": "1.0.0",
"engines": {
"node": "5.5.0",
"npm": "3.5.3"
},
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install",
"serve": "nodemon server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MAOstrander/constructive-citizen.git"
},
"author": "Mathew Ostrander <mathew.ostrander@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MAOstrander/constructive-citizen/issues"
},
"homepage": "https://github.com/MAOstrander/constructive-citizen#readme",
"dependencies": {
"bcrypt": "^0.8.5",
"body-parser": "^1.15.0",
"bower": "^1.7.7",
"connect-redis": "^3.0.2",
"express": "^4.13.4",
"express-session": "^1.13.0",
"jade": "^1.11.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.6",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.69.0"
},
"devDependencies": {
"nodemon": "^1.9.1"
}
}