forked from Automattic/mongoose
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.32 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
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.8.10-pre"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "dependencies": {
"hooks": "0.3.2"
, "mongodb": "1.4.4"
, "ms": "0.1.0"
, "sliced": "0.0.5"
, "muri": "0.3.1"
, "mpromise": "0.4.3"
, "mpath": "0.1.1"
, "regexp-clone": "0.0.1"
, "mquery" : "0.7.0"
}
, "devDependencies": {
"mocha": "1.12.0"
, "node-static": "0.5.9"
, "dox": "0.3.1"
, "jade": "0.26.3"
, "highlight.js": "7.0.1"
, "markdown": "0.3.1"
, "promises-aplus-tests": ">= 1.0.2"
, "tbd": "0.6.4"
, "benchmark" : "1.0.0"
, "open": "0.0.3"
, "async": "0.2.5"
, "underscore": "1.5.2"
}
, "directories": { "lib": "./lib/mongoose" }
, "scripts": { "test": "make test" }
, "main": "./index.js"
, "engines": { "node": ">=0.6.19" }
, "bugs": {
"url":"https://github.com/learnboost/mongoose/issues/new"
, "email": "[email protected]"
}
, "repository": {
"type": "git"
, "url": "git://github.com/LearnBoost/mongoose.git"
}
, "homepage": "http://mongoosejs.com"
}