4chan-x/package.json
2015-02-20 22:04:33 -08:00

75 lines
2.1 KiB
JSON
Executable File

{
"name": "4chan-X",
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",
"version": "1.10.1.12",
"repo": "https://github.com/ccd0/4chan-x/",
"page": "https://github.com/ccd0/4chan-x",
"downloads": "https://ccd0.github.io/4chan-x/builds/",
"oldVersions": "https://raw.githubusercontent.com/ccd0/4chan-x/",
"faq": "https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions",
"appid": "lacclbnghgdicfifcamcmcnilckjamag",
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
"youtubeAPIKey": "AIzaSyB5_zaen_-46Uhz1xGR-lz1YoUMHqCD6CE",
"buildsPath": "builds/",
"mainBranch": "master",
"matches": [
"*://boards.4chan.org/*",
"*://sys.4chan.org/*",
"*://a.4cdn.org/*",
"*://i.4cdn.org/*",
"*://www.google.com/recaptcha/api/fallback?k=6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc"
],
"suffix": {
"stable": "",
"beta": "-beta",
"noupdate": "-noupdate",
"dev": "-dev"
},
"namesuffix": {
"stable": "",
"beta": " beta",
"noupdate": "",
"dev": " dev"
},
"min": {
"chrome": "32",
"firefox": "26",
"greasemonkey": "1.14"
}
},
"devDependencies": {
"font-awesome": "4.3.0",
"grunt": "^0.4.5",
"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.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-crx": "^0.3.4",
"grunt-markdown": "^0.7.0",
"grunt-shell": "^1.1.1",
"load-grunt-tasks": "^3.1.0",
"npm-shrinkwrap": "^5.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ccd0/4chan-x.git"
},
"author": "seaweedchan <jtbates@asu.edu>",
"contributors": [
"Zixaphir<zixaphirmoxphar@gmail.com>",
"Nicolas Stepien <stepien.nicolas@gmail.com>",
"James Campos <james.r.campos@gmail.com>"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10"
}
}