4chan-x/package.json
2013-09-20 11:26:46 +02:00

46 lines
1.3 KiB
JSON

{
"name": "4chan-X",
"version": "3.11.3",
"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": [
"*://api.4chan.org/*",
"*://boards.4chan.org/*",
"*://images.4chan.org/*",
"*://sys.4chan.org/*"
]
},
"devDependencies": {
"font-awesome": "git://github.com/MayhemYDG/Font-Awesome.git#df4285951124f9ca1f3907438462e5ba9e464bcb",
"grunt": "~0.4.1",
"grunt-bump": "~0.0.11",
"grunt-concurrent": "~0.3.1",
"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.3",
"grunt-shell": "~0.4.0",
"load-grunt-tasks": "~0.1.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"
}
}