-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
52 lines (52 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
{
"name": "mongoose-authorization",
"version": "2.0.0-alpha.1",
"engines": {
"node": ">=8.2.1"
},
"description": "Data level authorization for Mongoose",
"main": "index.js",
"scripts": {
"test": "nodeunit test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/352Media/mongoose-authorization.git"
},
"keywords": [
"mongoose",
"authorization",
"mongo",
"mongodb",
"mongoose authorization",
"mongo authorization",
"mongodb authorization",
"mongoose auth",
"mongo auth",
"mongodb auth",
"mongoose permissions",
"mongo permissions",
"mongodb permissions"
],
"author": "352inc <[email protected]> (http://352inc.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/352Media/mongoose-authorization/issues"
},
"homepage": "https://github.com/352Media/mongoose-authorization#readme",
"dependencies": {
"lodash": "^4.17.5"
},
"peerDependencies": {
"mongoose": "^4.5.0"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.9.0",
"mongodb": "^3.0.1",
"mongodb-runner": "3.6.1",
"mongoose": "^4.13.9",
"nodeunit": "^0.11.2"
}
}