4chan-x/package.json
Zixaphir 29523443be Revert "Release appchan x v2.9.44."
This reverts commit ac5a6c53b046e3808d8aac1e0482a80fd11d1abd.
2015-01-09 22:56:16 -07:00

64 lines
1.6 KiB
JSON

{
"name": "appchan-x",
"version": "2.9.43",
"description": "The most comprehensive 4chan userscript.",
"meta": {
"name": "appchan x",
"namespace": "zixaphir",
"repo": "https://github.com/zixaphir/appchan-x/",
"page": "http://zixaphir.github.com/appchan-x/",
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
"buildsPath": "builds/",
"mainBranch": "master",
"matches": [
"*://*.4chan.org/*",
"*://boards.4chan.org/*",
"*://sys.4chan.org/*",
"*://a.4cdn.org/*",
"*://i.4cdn.org/*"
],
"excludes": [
"*://blog.4chan.org/*",
"*://dis.4chan.org/*",
"*://a.4cdn.org/*"
],
"files": {
"metajs": "appchan-x.meta.js",
"userjs": "appchan-x.user.js"
},
"min": {
"chrome": "33",
"firefox": "26",
"greasemonkey": "1.14"
}
},
"devDependencies": {
"font-awesome": "~4.1.0",
"grunt": "~0.4.5",
"grunt-bump": "~0.0.14",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.1",
"grunt-contrib-compress": "~0.9.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-shell": "~0.7.0",
"load-grunt-tasks": "~0.5.0"
},
"repository": {
"type": "git",
"url": "git://github.com/zixaphir/appchan-x.git"
},
"author": "Zixaphir <zixaphirmoxphar@gmail.com>",
"contributors": [
"Nicolas Stepien <stepien.nicolas@gmail.com>",
"James Campos <james.r.campos@gmail.com>"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.10"
}
}