forked from LearnBoost/express-mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 818 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
{
"name": "express-mongoose"
, "description": "Adds Mongoose Promise/Query support to Express rendering."
, "version": "0.1.0"
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"
, "keywords": ["express", "mongoose", "mongo", "render", "promise", "query"]
, "homepage": "https://github.com/learnboost/express-mongoose"
, "dependencies": {
"sliced": "0.0.3"
}
, "devDependencies": {
"mongoose": ">= 1.0.0"
, "express": "3.0.x"
, "jade": "0.27.5"
, "mocha": "1.6.0"
, "superagent": "0.9.5"
}
, "main": "index"
, "engines": { "node": ">= 0.2.0" }
, "scripts": { "test": "make test" }
, "bugs": {
"url":"https://github.com/learnboost/express-mongoose/issues/new"
}
, "repository": {
"type": "git"
, "url": "git://github.com/LearnBoost/express-mongoose.git"
}
}