4chan-x/package.json
2013-03-24 05:08:53 +01:00

42 lines
1.1 KiB
JSON

{
"name": "4chan-X",
"version": "3.0.0",
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X Beta",
"repo": "https://github.com/MayhemYDG/4chan-x/",
"page": "https://4chan-x.just-believe.in/",
"mainBranch": "v3",
"matches": [
"*://api.4chan.org/*",
"*://boards.4chan.org/*",
"*://images.4chan.org/*",
"*://sys.4chan.org/*"
]
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "~0.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.4",
"grunt-contrib-compress": "~0.4.5",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-exec": "~0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/MayhemYDG/4chan-x.git"
},
"author": "Nicolas Stepien <stepien.nicolas@gmail.com>",
"contributors": [
"James Campos <james.r.campos@gmail.com>"
],
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">=0.8"
}
}