Conflicts: builds/4chan-X.js builds/4chan-X.meta.js builds/4chan-X.user.js builds/crx.crx builds/crx/manifest.json builds/crx/script.js package.json src/General/Config.coffee src/General/Main.coffee src/General/Settings.coffee src/General/css/burichan.css src/General/css/futaba.css src/General/css/photon.css src/General/css/style.css src/General/css/tomorrow.css src/General/css/yotsuba-b.css src/General/css/yotsuba.css src/General/img/favicons/Original/unreadDead.gif src/General/img/favicons/Original/unreadNSFW.gif src/General/img/favicons/Original/unreadSFW.gif src/General/img/favicons/dead.gif src/General/img/favicons/empty.gif src/General/img/favicons/ferongr/unreadDead.gif src/General/img/favicons/ferongr/unreadNSFW.gif src/General/img/favicons/ferongr/unreadSFW.gif src/General/meta/metadata.js src/Miscellaneous/AnnouncementHiding.coffee src/Miscellaneous/Keybinds.coffee src/Monitoring/ThreadStats.coffee src/Monitoring/ThreadUpdater.coffee src/Posting/QuickReply.coffee src/features/misc/header.coffee src/features/monitoring/favicon.coffee
50 lines
1.3 KiB
JSON
50 lines
1.3 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/*"
|
|
],
|
|
"files": {
|
|
"metajs": "4chan_X.meta.js",
|
|
"userjs": "4chan_X.user.js"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-bump": "~0.0.2",
|
|
"grunt-concurrent": "~0.2.0",
|
|
"grunt-contrib-clean": "~0.4.1",
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
"grunt-contrib-compress": "~0.5.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-contrib-watch": "~0.3.1",
|
|
"grunt-shell": "~0.2.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|