-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.13 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.13 KB
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
{
"name": "facet-gatekeeper",
"version": "0.1.1",
"description": "Framework agnostic Node.js and MongoDB api/user authentication and role based access control",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/facet/gatekeeper.git"
},
"keywords": [
"facet",
"facet-gatekeeper",
"gatekeeper",
"auth",
"user",
"access",
"authentication"
],
"author": "alexander.manea@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/facet/gatekeeper/issues"
},
"homepage": "https://github.com/facet/gatekeeper",
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.7.8",
"facet-core": "^0.1.0",
"facet-intercom": "^0.1.0",
"jwt-simple": "^0.2.0",
"mongoose": "^3.8.15",
"mongoose-tree": "^0.2.2",
"node-uuid": "^1.4.1",
"prompt": "^0.2.13",
"underscore": "^1.6.0"
},
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^1.21.5",
"mockgoose": "^1.10.0",
"mongoose": "^3.8.12",
"sinon": "^1.10.2",
"sinon-chai": "^2.5.0",
"superagent": "^0.18.0"
}
}