4chan-x/package.json

127 lines
4.0 KiB
JSON

{
"name": "4chan-X",
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"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://gitreports.com/issue/ccd0/4chan-x",
"newIssue": "https://gitreports.com/issue/ccd0/4chan-x?issue_title=%title&details=%details",
"newIssueMaxLength": 8181,
"appid": "lacclbnghgdicfifcamcmcnilckjamag",
"appidGecko": "4chan-x@4chan-x.net",
"chromeStoreID": "ohnjgmpcibpbafdlkimncjhflgedgpam",
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
"youtubeAPIKey": "AIzaSyB5_zaen_-46Uhz1xGR-lz1YoUMHqCD6CE",
"captchaServiceLinks": [
[
"captcha.guru",
"https://captcha.guru/en/regen/?ref=104127"
],
[
"2captcha",
"https://2captcha.com?from=7935487"
]
],
"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://www.google.com/recaptcha/api2/anchor?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*",
"https://www.google.com/recaptcha/api2/frame?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*",
"https://www.google.com/recaptcha/api2/frame?*&k=887877714&*",
"https://www.google.com/recaptcha/api2/bframe?*&k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*",
"*://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc*"
],
"exclude_matches": [
"*://www.4chan.org/pass",
"*://www.4chan.org/pass?*",
"*://www.4chan.org/advertise",
"*://www.4chan.org/advertise?*",
"*://www.4chan.org/donate",
"*://www.4chan.org/donate?*",
"*://www.4channel.org/pass",
"*://www.4channel.org/pass?*",
"*://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": "^0.2.2",
"coffeescript": "=1.12.7",
"esprima": "^4.0.1",
"font-awesome": "=4.7.0",
"jshint": "^2.10.2",
"jszip": "^3.2.2",
"lodash.template": "^4.5.0",
"markdown-it": "^9.0.0",
"markdown-it-anchor": "^5.2.4",
"request": "^2.88.0"
},
"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"
},
"dependencies": {}
}