Conflicts: CHANGELOG.md CONTRIBUTING.md css/style.css html/General/Settings-section-Main.html json/archives.json package.json src/Archive/Redirect.coffee src/General/Header.coffee src/General/Main.coffee src/General/Settings.coffee src/General/lib/$.coffee src/General/lib/thread.class src/Linkification/Linkify.coffee src/Miscellaneous/AnnouncementHiding.coffee src/Monitoring/ThreadStats.coffee
57 lines
1.4 KiB
JSON
Executable File
57 lines
1.4 KiB
JSON
Executable File
{
|
|
"name": "4chan-X",
|
|
"version": "1.3.2",
|
|
"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": [
|
|
"*://boards.4chan.org/*",
|
|
"*://sys.4chan.org/*",
|
|
"*://a.4cdn.org/*",
|
|
"*://i.4cdn.org/*"
|
|
],
|
|
"files": {
|
|
"metajs": "4chan-X.meta.js",
|
|
"userjs": "4chan-X.user.js"
|
|
},
|
|
"min": {
|
|
"chrome": "31",
|
|
"firefox": "26",
|
|
"greasemonkey": "1.14"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"font-awesome": "~4.0.3",
|
|
"grunt": "~0.4.2",
|
|
"grunt-bump": "~0.0.13",
|
|
"grunt-concurrent": "~0.4.3",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-coffee": "~0.8.2",
|
|
"grunt-contrib-compress": "~0.6.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-copy": "~0.5.0",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-shell": "~0.6.3",
|
|
"load-grunt-tasks": "~0.2.1"
|
|
},
|
|
"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"
|
|
}
|
|
}
|