-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 750 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 750 Bytes
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": "connect-roles",
"description": "Provides dynamic roles based authorization for node.js connect and express servers.",
"version": "3.1.2",
"homepage": "http://documentup.com/ForbesLindesay/connect-roles",
"repository": {
"type": "git",
"url": "git://github.com/ForbesLindesay/connect-roles.git"
},
"main": "./index",
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "mocha -R spec"
},
"author": "Forbes Lindesay",
"license": "BSD",
"keywords": [
"roles",
"authorization",
"authentication",
"security",
"connect",
"express",
"passport",
"everyauth"
],
"dependencies": {
"path-to-regexp": "^3.0.0",
"ert": "^1.0.1",
"promise": "^8.0.1"
}
}