Conflicts: CHANGELOG.md Gruntfile.coffee LICENSE css/style.css html/Posting/QR.html img/changelog/3.2.0/0.png package.json src/General/Get.coffee src/General/Header.coffee src/General/Main.coffee src/General/Notice.coffee src/General/Notification.coffee src/General/Settings.coffee src/General/img/icon.gif src/General/lib/notification.class src/Monitoring/Favicon.coffee src/Posting/QuickReply.coffee src/Quotelinks/QuoteOP.coffee
52 lines
1.4 KiB
JSON
Executable File
52 lines
1.4 KiB
JSON
Executable File
{
|
|
"name": "4chan-X",
|
|
"version": "1.2.32",
|
|
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
|
"meta": {
|
|
"name": "4chan X",
|
|
"repo": "https://github.com/seaweedchan/4chan-x/",
|
|
"page": "http://seaweedchan.github.io/4chan-x/",
|
|
"buildsPath": "builds/",
|
|
"mainBranch": "master",
|
|
"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": {
|
|
"font-awesome": "git://github.com/MayhemYDG/Font-Awesome.git#df4285951124f9ca1f3907438462e5ba9e464bcb",
|
|
"grunt": "~0.4.1",
|
|
"grunt-bump": "~0.0.11",
|
|
"grunt-concurrent": "~0.3.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
"grunt-contrib-compress": "~0.5.2",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"grunt-contrib-watch": "~0.5.0",
|
|
"grunt-shell": "~0.3.1",
|
|
"load-grunt-tasks": "~0.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/seaweedchan/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"
|
|
}
|
|
}
|