forked from Automattic/mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.65 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
{
"name": "mongoose"
, "description": "Mongoose MongoDB ODM"
, "version": "3.9.5-pre"
, "author": "Guillermo Rauch <[email protected]>"
, "keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"]
, "license": "MIT"
, "dependencies": {
"hooks": "0.3.2"
, "mongodb": "1.4.12"
, "ms": "0.1.0"
, "sliced": "0.0.5"
, "muri": "0.3.1"
, "mpromise": "0.5.0"
, "mpath": "0.1.1"
, "regexp-clone": "0.0.1"
, "mquery" : "1.0.0"
, "async": "0.9.0"
}
, "devDependencies": {
"benchmark" : "1.0.0"
, "browserify": "4.1"
, "co": "3.1.0"
, "dox": "0.3.1"
, "highlight.js": "7.0.1"
, "jade": "0.26.3"
, "karma": "0.12.16"
, "karma-chai": "0.1.0"
, "karma-mocha": "0.1.4"
, "karma-chrome-launcher": "0.1.4"
, "karma-sauce-launcher": "0.2.8"
, "markdown": "0.3.1"
, "mocha": "1.20.0"
, "node-static": "0.5.9"
, "open": "0.0.3"
, "tbd": "0.6.4"
, "underscore": "1.5.2"
}
, "directories": { "lib": "./lib/mongoose" }
, "scripts": { "test": "set MONGOOSE_DISABLE_STABILITY_WARNING=1 && mocha --async-only test/*.test.js" }
, "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"
}
, "publishConfig": { "tag": "unstable" }
, "homepage": "http://mongoosejs.com"
, "browser": "lib/browser.js"
}