-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 928 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
{
"name": "strider-github-oauth",
"version": "1.0.6",
"description": "GitHub OAuth login flow for Strider CD",
"main": "webapp.js",
"scripts": {
"test": "mocha -R spec --recursive test"
},
"repository": {
"type": "git",
"url": "https://github.com/smashwilson/strider-github-oauth.git"
},
"keywords": [
"strider",
"plugin",
"github",
"oauth"
],
"author": "Ash Wilson <[email protected]>",
"license": "MIT",
"dependencies": {
"async": "1.5.1",
"parse-link-header": "0.4.1",
"passport": "0.3.2",
"passport-github2": "0.1.10",
"request": "2.67.0"
},
"strider": {
"type": "basic",
"id": "githubauth",
"title": "GitHub OAuth Login",
"webapp": "webapp.js",
"icon": "icon.png"
},
"devDependencies": {
"chai": "^3.4.1",
"deep-equal": "^1.0.1",
"dirty-chai": "^1.2.2",
"mocha": "^1.20.1",
"nock": "^4.0.0"
}
}