-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 873 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
34
35
36
37
38
39
40
41
{
"name": "mongoose-dbref",
"description": "Plugin support for DBRef in Mongoose",
"version": "0.0.4",
"author": "Stuart Hudson <[email protected]>",
"keywords": [
"mongodb",
"mongoose",
"mongo",
"types",
"dbref"
],
"homepage": "https://github.com/goulash1971/mongoose-dbref",
"contributors": [
"Stuart Hudson <[email protected]> (http://goulash1971.com/)"
],
"dependencies": {
"mongoose": ">= 1.0.16"
},
"scripts": {
"test": "make test"
},
"directories": {
"lib": "lib/",
"test": "tests/"
},
"main": "./index",
"engines": {
"node": ">= 0.1.101"
},
"repository": {
"type": "git",
"url": "git://github.com/goulash1971/mongoose-dbref.git"
},
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
]
}