-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "node-express-mongoose",
"description": "A boilerplate application for express mongoose",
"version": "1.0.0",
"author": {
"name": "Madhusudhan Srinivasa",
"email": "[email protected]"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "NODE_PATH=./config:./app/controllers NODE_ENV=development ./node_modules/.bin/nodemon server.js",
"test": "make test",
"postinstall": "cd $OPENSHIFT_REPO_DIR/public && HOME=$OPENSHIFT_REPO_DIR bower install && cd $OPENSHIFT_REPO_DIR"
},
"dependencies": {
"async": "latest",
"body-parser": "^1.8.2",
"bower": "^1.4.1",
"cheerio": "^0.19.0",
"compression": "^1.1.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.4.1",
"constants": "0.0.2",
"cookie-parser": "^1.3.3",
"cookie-session": "^1.0.2",
"csurf": "^1.6.1",
"express": "^4.9.3",
"express-session": "^1.8.2",
"forever": "^0.11.1",
"geocoder": "^0.2.2",
"geojson": "^0.2.1",
"geojson-utils": "^1.1.0",
"instagram-node-lib": "^0.1.1",
"method-override": "^2.2.0",
"moment": "^2.10.3",
"moment-timezone": "^0.4.0",
"mongoose": "3.8",
"mongoose-geojson-schema": "0.0.2",
"mongoose-unique-validator": "^0.4.1",
"mongoose-user": "0.0.1",
"morgan": "^1.3.1",
"nlp_compromise": "^1.1.2",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"qs": "^3.1.0",
"request": "^2.58.0",
"require": "^2.4.18",
"sentiment": "^1.0.2",
"socket.io": "^1.3.5",
"swig": "^1.4.2",
"twitter": "^1.2.5",
"underscore": "^1.8.3",
"view-helpers": "^0.1.5",
"winston": "^0.8.0"
},
"devDependencies": {
"nodemon": "latest",
"mocha": "latest",
"should": "latest",
"supertest": "latest"
},
"repository": {
"type": "git",
"url": "git://github.com/madhums/node-express-mongoose.git"
},
"keywords": [
"mvc",
"boilerplate"
]
}