-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.2 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
{
"name": "github-middleman",
"description": "A middleman between github.com organizations and internal authentication methods",
"keywords": ["github","saml","authentication","passport"],
"bugs": {
"url": "https://github.com/jhensley/middleman/issues",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jhensley/middleman.git"
},
"author": {
"name": "Jonathan Hensley",
"email": "[email protected]",
"url": "http://jhensley.io"
},
"version": "0.1.2",
"dependencies": {
"async": "^0.9.2",
"config": "^1.19.0",
"connect-mongo": "^1.1.0",
"dotenv": "^1.1.0",
"github": "git+https://github.com/dlozlla/node-github.git",
"keystone": "^0.3.11",
"lodash": "^4.7.0",
"mongoose": "^4.0.7",
"node-config": "0.0.2",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"passport-saml": "^0.15.0"
},
"devDependencies": {
"gulp": "^3.7.0",
"gulp-jshint": "^1.9.0",
"jshint-stylish": "^0.1.3",
"gulp-watch": "^0.6.5"
},
"engines": {
"node": ">=0.10.22",
"npm": ">=1.3.14"
},
"scripts": {
"start": "node middleman.js"
},
"main": "middleman.js"
}