4chan-x/package.json

26 lines
587 B
JSON

{
"name": "4chan-X-Alpha",
"version": "3.0.0",
"author": "Nicolas Stepien <stepien.nicolas@gmail.com>",
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/MayhemYDG/4chan-x.git"
},
"devDependencies": {
"grunt": "0.3.x",
"grunt-bump": "0.0.x",
"grunt-contrib-clean": "0.3.x",
"grunt-contrib-coffee": "0.3.x",
"grunt-exec": "0.3.x",
"qunitjs": "1.x.x"
},
"license": "MIT",
"engines": {
"node": ">=0.8"
}
}