-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
68 lines (68 loc) · 1.92 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
{
"name": "appchan-x",
"description": "The most comprehensive 4chan userscript.",
"meta": {
"name": "appchan x",
"version": "2.10.15",
"namespace": "zixaphir",
"repo": "https://github.com/zixaphir/appchan-x/",
"page": "http://zixaphir.github.com/appchan-x/",
"faq": "https://github.com/zixaphir/appchan-x/wiki/Frequently-Asked-Questions",
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
"youtubeAPIKey": "AIzaSyCrvwsT3ub8sDl3S5APhok2eY-OzRcCK5U",
"buildsPath": "builds/",
"mainBranch": "master",
"matches": [
"*://*.4chan.org/*",
"*://boards.4chan.org/*",
"*://sys.4chan.org/*",
"*://a.4cdn.org/*",
"*://i.4cdn.org/*",
"*://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc"
],
"excludes": [
"*://blog.4chan.org/*",
"*://dis.4chan.org/*"
],
"files": {
"metajs": "appchan-x.meta.js",
"userjs": "appchan-x.user.js"
},
"min": {
"chrome": "32",
"firefox": "26",
"greasemonkey": "1.14"
}
},
"devDependencies": {
"font-awesome": "4.2.0",
"grunt": "0.4.5",
"grunt-bump": "~0.0.16",
"grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.12.0",
"grunt-contrib-compress": "0.13.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-watch": "0.6.1",
"grunt-shell": "1.1.1",
"load-grunt-tasks": "2.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/zixaphir/appchan-x.git"
},
"author": "Zixaphir <[email protected]>",
"contributors": [
"Nicolas Stepien <[email protected]>",
"James Campos <[email protected]>",
"seaweedchan <[email protected]>",
"ccd0"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10"
}
}