4chan-x/package.json
2014-03-12 11:42:35 +01:00

51 lines
1.3 KiB
JSON

{
"name": "4chan-X",
"version": "3.19.2",
"description": "Cross-browser extension for productive lurking on 4chan.",
"meta": {
"name": "4chan X",
"repo": "https://github.com/MayhemYDG/4chan-x/",
"page": "https://4chan-x.just-believe.in/",
"buildsPath": "builds/",
"mainBranch": "v3",
"matches": [
"*://boards.4chan.org/*",
"*://sys.4chan.org/*",
"*://a.4cdn.org/*",
"*://i.4cdn.org/*"
],
"min": {
"chrome": "32",
"firefox": "26",
"greasemonkey": "1.14"
}
},
"devDependencies": {
"font-awesome": "~4.0.3",
"grunt": "~0.4.2",
"grunt-bump": "~0.0.13",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "~0.10.0",
"grunt-contrib-compress": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-shell": "~0.6.4",
"load-grunt-tasks": "~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.10"
}
}