-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (60 loc) · 1.51 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "codesy",
"title": "codesy.io",
"id": "[email protected]",
"description": "codesy is a pay-what-you-want market for the open source community to encourage coders to fix important bugs.",
"author": "Luke Crouch",
"license": "MPL 2.0",
"version": "1.0",
"permissions": {
"cross-domain-content": [
"https://codesy-dev.herokuapp.com/",
"https://codesy-stage.herokuapp.com/",
"https://api.codesy.io/"
]
},
"preferences": [
{
"name": "domain",
"type": "menulist",
"title": "Choose a codesy server:",
"description": "",
"value": "api.codesy.io",
"options": [
{
"value": "api.codesy.io",
"label": "api.codesy.io"
},
{
"value": "codesy-stage.herokuapp.com",
"label": "codesy-stage.herokuapp.com"
},
{
"value": "codesy-dev.herokuapp.com",
"label": "codesy-dev.herokuapp.com"
}
]
},
{
"description": "Add codesy to GitHub issues?",
"type": "bool",
"name": "addTo_GitHub_com_s",
"value": true,
"title": "Enable GitHub"
},
{
"description": "Add codesy to BetaData issues?",
"type": "bool",
"name": "addTo_BetaData_org_h",
"value": true,
"title": "Enable BetaData"
},
{
"description": "Add codesy to Mozilla Forum?",
"type": "bool",
"name": "addTo_mozilla_org_s_forums",
"value": true,
"title": "Enable Mozilla Forums"
}
]
}