-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 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
{
"name": "strider-codeplex",
"version": "0.0.2",
"description": "Provides access to codeplex for strider",
"repository": {
"type": "git",
"url": "https://github.com/abe545/strider-codeplex.git"
},
"keywords": [
"codeplex",
"strider"
],
"author": {
"name": "Abraham Heidebrecht"
},
"license": "GPL-2.0",
"readmeFilename": "Readme.md",
"dependencies": {
"git-node": "~0.1.1",
"hg": "~0.0.6",
"passport-oauth2": "~1.1.2",
"refresh-token": "~0.0.2",
"request": "~2.36.0",
"strider-git": "~0.2.0"
},
"bugs": {
"url": "https://github.com/abe545/strider-codeplex/issues"
},
"homepage": "https://github.com/abe545/strider-codeplex",
"strider": {
"id": "codeplex",
"title": "Codeplex",
"type": "provider",
"hosted": true,
"config": {
"controller": "CodeplexController"
},
"accountConfig": {
"setupLink": "/ext/codeplex/oauth"
},
"webapp": "webapp.js",
"worker": "worker.js",
"inline_icon": "windows"
}
}