-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
executable file
·59 lines (59 loc) · 1.14 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
{
"name" : "mongoose-troop",
"version" : "0.0.8",
"description" : "a collection of plugins for mongoose",
"main" : "index.js",
"bin" : {},
"directories" : {
"test" : "test"
},
"scripts" : {
"test": "make test && make clean"
},
"optionalDependencies" : {
"bcrypt": "~0.7.0",
"redis": ">= 0.7.1"
},
"dependencies" : {
"directory": "0.0.x",
"mongoose": "~3.5.8"
},
"devDependencies" : {
"mocha": "~1.8.2"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/tblobaum/mongoose-troop.git"
},
"homepage" : "https://github.com/tblobaum/mongoose-troop",
"keywords" : [
"mongoose",
"troop",
"acl",
"auth",
"slugify",
"keywords",
"search",
"paginate",
"pagination",
"obfuscate",
"merge",
"getdbrefs"
],
"author" : {
"name" : "Thomas Blobaum",
"email" : "[email protected]",
"url" : "https://github.com/tblobaum/"
},
"contributors": [
{
"name": "Profulla Sadangi",
"url": "https://github.com/butu5/"
},
{
"name": "Beau Sorensen",
"url": "https://github.com/sorensen/"
}
],
"license" : "MIT"
}