Conflicts: Gruntfile.coffee builds/4chan-X.js builds/4chan-X.meta.js builds/4chan-X.user.js builds/appchan-x.js builds/crx.crx builds/crx/manifest.json builds/crx/script.js package.json src/code/main.coffee src/code/posting/qr.coffee src/css/burichan.css src/css/futaba.css src/css/photon.css src/css/style.css src/css/tomorrow.css src/css/yotsuba-b.css src/css/yotsuba.css src/features.coffee src/img/favicons/Original/unreadDead.gif src/img/favicons/Original/unreadNSFW.gif src/img/favicons/Original/unreadSFW.gif src/img/favicons/dead.gif src/img/favicons/empty.gif src/img/favicons/ferongr/unreadDead.gif src/img/favicons/ferongr/unreadNSFW.gif src/img/favicons/ferongr/unreadSFW.gif
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "appchan-x",
|
|
"version": "2.0.0",
|
|
"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/",
|
|
"buildsPath": "builds/",
|
|
"mainBranch": "Av2",
|
|
"matches": [
|
|
"*://api.4chan.org/*",
|
|
"*://boards.4chan.org/*",
|
|
"*://images.4chan.org/*",
|
|
"*://sys.4chan.org/*"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-bump": "~0.0.0",
|
|
"grunt-concurrent": "~0.1.1",
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
"grunt-contrib-coffee": "~0.6.6",
|
|
"grunt-contrib-compress": "~0.4.10",
|
|
"grunt-contrib-concat": "~0.2.0",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"grunt-exec": "~0.4.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.8"
|
|
}
|
|
}
|