-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 885 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
{
"name": "lackey-mongoose-acl",
"version": "0.0.7",
"description": "A mongoose plugin to provide granular access control.",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getlackey/mongoose-acl.git"
},
"keywords": [
"mongoose",
"acl",
"authentication",
"authorization"
],
"author": "Enigma Marketing",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/getlackey/mongoose-acl/issues"
},
"homepage": "https://github.com/getlackey/mongoose-acl#readme",
"devDependencies": {
"async": "^1.2.1",
"mocha": "^2.2.5",
"mongoose": "^4.0.5"
},
"dependencies": {
"clone": "^1.0.2",
"common-errors": "^0.5.1"
}
}