-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 837 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
{
"name": "mongoose-joins",
"description": "Plugin support for basic joins in Mongoose",
"version": "0.0.1",
"author": "Stuart Hudson <[email protected]>",
"keywords": ["mongodb", "mongoose", "mongo", "plugins", "joins"],
"homepage": "https://github.com/goulash1971/mongoose-joins",
"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-joins.git"
},
"licenses": [
{"type": "The MIT License", "url": "http://www.opensource.org/licenses/mit-license.php"}
]
}