-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1022 Bytes
/
package.json
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
44
45
46
47
{
"name": "theca",
"version": "0.0.0",
"description": "",
"keywords": [],
"author": {},
"homepage": "",
"repository": {
"type": "git",
"url": ""
},
"private": true,
"scripts": {
"start": "node server.js"
},
"main": "server.js",
"dependencies": {
"body-parser": "1.12.0",
"connect-flash": "0.1.1",
"connect-mongo": "3.2.0",
"cookie-parser": "1.3.4",
"debug": "2.1.1",
"ejs": "2.3.1",
"express": "4.12.2",
"express-session": "1.11.3",
"mongoose": "5.10.12",
"morgan": "1.5.1",
"passport": "0.2.2",
"passport-local": "1.0.0",
"passport-local-mongoose": "1.0.1",
"serve-favicon": "2.2.0"
},
"engines": {
"node": "6.17.1",
"npm": "3.10.10"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-watch": "0.6.1",
"grunt-dev-update": "1.3.0",
"grunt-node-inspector": ">=0.2.0",
"grunt-open": "0.2.3",
"grunt-supervisor": "0.2.4",
"grunt-wiredep": "2.0.0"
},
"bundleDependencies": []
}