-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.42 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "jellyChat",
"description": "A boilerplate application for express mongoose",
"version": "1.0.0",
"author": {
"name": "Larry ",
"email": "coliguanda@gmail.com"
},
"engines": {
"node": "0.12.x"
},
"scripts": {
"start": "NODE_PATH=./config:./app/controllers NODE_ENV=development ./node_modules/.bin/nodemon server.js",
"test": "make test"
},
"dependencies": {
"async": "1.3.0",
"body-parser": "1.13.2",
"cloudinary": "^1.4.1",
"co-express": "^1.2.1",
"compression": "1.5.1",
"connect-flash": "0.1.1",
"connect-mongo": "0.8.1",
"cookie-parser": "1.3.5",
"cookie-session": "1.2.0",
"csurf": "1.8.3",
"express": "4.13.1",
"express-session": "1.11.3",
"forever": "0.14.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"gulp": "^3.9.1",
"jade": "^1.11.0",
"method-override": "2.3.3",
"mongoose": "4.0.6",
"mongoose-user": "latest",
"morgan": "1.6.1",
"multer": "^1.2.0",
"nodemon": "^1.10.2",
"passport": "0.2.2",
"passport-local": "1.0.0",
"socket.io": "^1.4.8",
"swig": "1.4.2",
"view-helpers": "0.1.5",
"winston": "1.0.1"
},
"devDependencies": {
"nodemon": "latest",
"mocha": "latest",
"should": "latest",
"supertest": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/larryliUbc/jelly.git"
},
"keywords": [
"mvc",
"boilerplate"
]
}