forked from Automattic/mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.69 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
55
56
57
58
59
60
61
62
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "4.0.2-pre",
"author": "Guillermo Rauch <[email protected]>",
"keywords": ["mongodb", "document", "model", "schema", "database", "odm", "data", "datastore", "query", "nosql", "orm", "db"],
"license": "MIT",
"dependencies": {
"hooks-fixed": "1.0.1",
"mongodb": "2.0.24",
"ms": "0.1.0",
"sliced": "0.0.5",
"muri": "1.0.0",
"mpromise": "0.5.4",
"mpath": "0.1.1",
"kareem": "1.0.0",
"regexp-clone": "0.0.1",
"mquery" : "1.4.0",
"async": "0.9.0"
},
"devDependencies": {
"acquit": "0.0.3",
"benchmark": "1.0.0",
"co": "3.1.0",
"dox": "0.3.1",
"highlight.js": "7.0.1",
"jade": "0.26.3",
"markdown": "0.3.1",
"marked": "0.3.2",
"mocha": "1.20.0",
"node-static": "0.5.9",
"open": "0.0.3",
"tbd": "0.6.4",
"uglify-js": "2.4.15",
"underscore": "1.5.2"
},
"browserDependencies": {
"browserify": "4.1.10",
"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"
},
"directories": { "lib": "./lib/mongoose" },
"scripts": {
"install-browser": "npm install `node format_deps.js`",
"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"
},
"homepage": "http://mongoosejs.com",
"browser": "lib/browser.js"
}