4chan-x/package.json
2013-04-26 04:49:08 -07:00

49 lines
1.3 KiB
JSON

{
"name": "4chan-X",
"version": "1.1.1",
"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/",
"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": {
"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.2.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-shell": "~0.2.2"
},
"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.8"
}
}