forked from tenodi/permission
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 947 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": "permission",
"version": "1.0.5",
"description": "Handle user permissions for routes based on roles.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ACL",
"access",
"control",
"list",
"permission",
"role",
"permissions",
"access",
"auth",
"authorization",
"passport",
"express",
"authentication"
],
"author": "Tomislav Tenodi <tomislav.tenodi@gmail.com>",
"contributors": [
"Lubert Theo <theo.lubert@gmail.com>"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/tenodi/permission.git"
},
"bugs": {
"url": "https://github.com/tenodi/permission/issues"
},
"peerDependencies": {
"express": "4.x",
"passport": "0.x",
"connect-flash": "0.x"
}
}