forked from madhums/node-express-mongoose-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 899 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
{
"name": "noobjs"
, "description": "A demo app in nodejs illustrating use of express, jade and mogoose"
, "version": "3.0.0"
, "private": false
, "author": "Madhusudhan Srinivasa <[email protected]> (http://madhums.github.com)"
, "engines": {
"node": "0.6.18"
, "npm": "1.1.9"
}
, "scripts": {
"start": "./node_modules/.bin/nodemon server.js"
}
, "dependencies": {
"express": "latest"
, "express-namespace": "latest"
, "jade": "latest"
, "mongoose": "latest"
, "connect-mongodb": "latest"
, "passport": "latest"
, "passport-local": "latest"
, "passport-facebook": "latest"
, "passport-twitter": "latest"
, "passport-github": "latest"
, "passport-google-oauth": "latest"
, "imager": "latest"
, "underscore": "latest"
, "gzippo": "latest"
, "async": "latest"
, "nodemon": "latest"
}
}