forked from Automattic/mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 988 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
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.4.0"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql", "odm", "sql", "db", "database"]
, "dependencies": {
"hooks": "0.2.1"
, "mongodb": "1.2.0"
, "ms": "0.1.0"
, "sliced": "0.0.3"
}
, "devDependencies": {
"mocha": "1.4.2"
, "node-static": "0.5.9"
, "dox": "0.3.1"
, "jade": "0.26.3"
, "highlight.js": "7.0.1"
, "markdown": "0.3.1"
}
, "directories": { "lib": "./lib/mongoose" }
, "scripts": { "test": "make test" }
, "main": "./index.js"
, "engines": { "node": ">= 0.4.0" }
, "bugs": {
"url":"https://github.com/learnboost/mongoose/issues/new"
, "email": "https://groups.google.com/group/mongoose-orm"
}
, "repository": {
"type": "git"
, "url": "git://github.com/LearnBoost/mongoose.git"
}
}