-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "rupert-doorman",
"version": "0.0.7",
"description": "Rupert's authentication and authorization services.",
"main": "src/server/doorman.js",
"scripts": {
"start": "node ./app.js",
"test": "./node_modules/.bin/grunt",
"features": "./node_modules/.bin/grunt features",
"rename": "echo 'Coming Soon!'"
},
"dependencies": {
"coffee-script": "^1.8.0",
"debug": "^2.1.1",
"express-session": "^1.9.3",
"passport": "^0.2.1",
"rupert": "^0.3.5",
"rupert-plugin-angular": "^0.1.1",
"rupert-plugin-bootstrap": "^0.1.1"
},
"devDependencies": {
"chai": "^1.10.0",
"express": "^4.10.4",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"passport-google-oauth": "^0.1.5",
"passport-oauth": "^1.0.0",
"passport-strategy": "^1.0.0",
"rupert-grunt": "^0.0.18",
"sinon": "^1.12.2",
"sinon-chai": "^2.6.0",
"supertest": "^0.15.0"
},
"repository": {
"type": "git",
"url": "https://github.com/DavidSouther/rupert-doorman.git"
},
"keywords": [
"rupert",
"mean",
"express",
"passport",
"authentication"
],
"author": "David Souther <[email protected]> (https://davidsouther.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/DavidSouther/rupert-doorman/issues"
},
"homepage": "https://github.com/DavidSouther/rupert-doorman"
}