forked from 352Media/mongoose-authorization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1021 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@teacode/mongoose-authorization",
"version": "0.0.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/teacodeio/mongoose-authorization"
},
"keywords": [
"mongoose",
"authorization",
"mongo",
"mongodb",
"mongoose authorization",
"mongo authorization",
"mongodb authorization",
"mongoose auth",
"mongo auth",
"mongodb auth",
"mongoose permissions",
"mongo permissions",
"mongodb permissions"
],
"author": "TeaCode <[email protected]> (http:s//teacode.io)",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.5"
},
"peerDependencies": {
"mongoose": "^4.5.0"
},
"devDependencies": {
"mongodb": "^3.0.1",
"mongodb-runner": "3.6.1",
"mongoose": "^4.13.9",
"nodeunit": "^0.11.2",
"standard": "^12.0.1"
}
}