forked from tblobaum/mongoose-troop
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
executable file
·63 lines (63 loc) · 1.23 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
{
"name" : "mongoose-utilities",
"description" : "a collection of plugins for mongoose",
"version" : "0.1.1",
"homepage" : "https://github.com/janez89/mongoose-utilities",
"repository" : {
"type" : "git",
"url" : "git://github.com/janez89/mongoose-utilities.git"
},
"main" : "index.js",
"engine": "node >= 0.8.0",
"bin" : {},
"directories" : {
"test" : "test"
},
"scripts": {
"test": "make test && make clean"
},
"optionalDependencies" : {
"bcrypt": "~0.8.3",
"redis": ">= 0.8.4"
},
"dependencies" : {
"mongoose": "~3.6.16"
},
"devDependencies" : {
"mocha": "~1.12.0"
},
"keywords" : [
"mongoose",
"troop",
"utilities",
"acl",
"auth",
"slugify",
"keywords",
"search",
"paginate",
"pagination",
"merge",
"getdbrefs"
],
"author" : {
"name" : "janez89",
"email" : "[email protected]",
"url" : "https://github.com/janez89/"
},
"contributors": [
{
"name" : "Thomas Blobaum",
"url" : "https://github.com/tblobaum/"
},
{
"name": "Profulla Sadangi",
"url": "https://github.com/butu5/"
},
{
"name": "Beau Sorensen",
"url": "https://github.com/sorensen/"
}
],
"license" : "MIT"
}