forked from Automattic/mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.28 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
63
64
{
"name": "mongoose",
"description": "Mongoose MongoDB ODM",
"version": "3.8.23",
"author": "Guillermo Rauch <guillermo@learnboost.com>",
"keywords": [
"mongodb",
"document",
"model",
"schema",
"database",
"odm",
"data",
"datastore",
"query",
"nosql",
"orm",
"db"
],
"dependencies": {
"mongodb": "1.4.28",
"hooks": "0.2.1",
"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.8.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": "mongoose-orm@googlegroups.com"
},
"repository": {
"type": "git",
"url": "git://github.com/LearnBoost/mongoose.git"
},
"homepage": "http://mongoosejs.com"
}