-
Notifications
You must be signed in to change notification settings - Fork 137
/
Copy pathpackage.json
133 lines (133 loc) · 4.07 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "4chan-X",
"description": "4chan X is a script that adds various features to anonymous imageboards.",
"meta": {
"name": "4chan X",
"path": "4chan-x",
"fork": "ccd0",
"page": "https://www.4chan-x.net/",
"downloads": "https://www.4chan-x.net/builds/",
"oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",
"faq": "https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions",
"captchaFAQ": "https://github.com/ccd0/4chan-x/wiki/Captcha-FAQ",
"cssGuide": "https://github.com/ccd0/4chan-x/wiki/Styling-Guide",
"license": "https://github.com/ccd0/4chan-x/blob/master/LICENSE",
"changelog": "https://github.com/ccd0/4chan-x/blob/master/CHANGELOG.md",
"issues": "https://github.com/ccd0/4chan-x/issues",
"newIssue": "https://github.com/ccd0/4chan-x/issues",
"newIssueMaxLength": 8181,
"alternatives": "https://www.4chan-x.net/4chan_alternatives.html",
"appid": "lacclbnghgdicfifcamcmcnilckjamag",
"appidGecko": "4chan-x@4chan-x.net",
"chromeStoreID": "ohnjgmpcibpbafdlkimncjhflgedgpam",
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
"distBranch": "gh-pages",
"includes_only": [
"*://boards.4chan.org/*",
"*://sys.4chan.org/*",
"*://www.4chan.org/*",
"*://boards.4channel.org/*",
"*://sys.4channel.org/*",
"*://www.4channel.org/*",
"*://i.4cdn.org/*",
"*://is.4chan.org/*",
"*://is2.4chan.org/*",
"*://is.4channel.org/*",
"*://is2.4channel.org/*"
],
"matches_only": [
"*://*.4chan.org/*",
"*://*.4channel.org/*",
"*://*.4cdn.org/*"
],
"matches": [
"https://erischan.org/*",
"https://www.erischan.org/*",
"https://fufufu.moe/*",
"https://gnfos.com/*",
"https://himasugi.blog/*",
"https://www.himasugi.blog/*",
"https://kakashinenpo.com/*",
"https://www.kakashinenpo.com/*",
"https://kissu.moe/*",
"https://www.kissu.moe/*",
"https://lainchan.org/*",
"https://www.lainchan.org/*",
"https://merorin.com/*",
"https://ota-ch.com/*",
"https://www.ota-ch.com/*",
"https://ponyville.us/*",
"https://www.ponyville.us/*",
"https://smuglo.li/*",
"https://notso.smuglo.li/*",
"https://smugloli.net/*",
"https://smug.nepu.moe/*",
"https://sportschan.org/*",
"https://www.sportschan.org/*",
"https://sushigirl.us/*",
"https://www.sushigirl.us/*",
"https://tvch.moe/*"
],
"matches_extra": [],
"exclude_matches": [
"*://www.4chan.org/advertise",
"*://www.4chan.org/advertise?*",
"*://www.4chan.org/donate",
"*://www.4chan.org/donate?*",
"*://www.4channel.org/advertise",
"*://www.4channel.org/advertise?*",
"*://www.4channel.org/donate",
"*://www.4channel.org/donate?*"
],
"grants": [
"GM_getValue",
"GM_setValue",
"GM_deleteValue",
"GM_listValues",
"GM_addValueChangeListener",
"GM_openInTab",
"GM_xmlhttpRequest",
"GM.getValue",
"GM.setValue",
"GM.deleteValue",
"GM.listValues",
"GM.openInTab",
"GM.xmlHttpRequest"
],
"min": {
"chrome": "33",
"firefox": "26",
"greasemonkey": "1.14"
}
},
"devDependencies": {
"chrome-webstore-upload": "^1.0.0",
"coffeescript": "=1.12.7",
"esprima": "^4.0.1",
"font-awesome": "=4.7.0",
"jshint": "^2.13.4",
"jszip": "^3.10.0",
"lodash.template": "^4.5.0",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^7.1.0",
"request": "^2.88.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ccd0/4chan-x.git"
},
"contributors": [
"James Campos <james.r.campos@gmail.com>",
"Nicolas Stepien <stepien.nicolas@gmail.com>",
"ihavenoface <noface@outlook.com>",
"Zixaphir <zixaphirmoxphar@gmail.com>",
"seaweedchan <jtbates@asu.edu>",
"Kabir Sala <spittiepie@gmail.com>",
"ccd0 <admin@containerchan.org>"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10"
}
}