34 lines
893 B
JSON
34 lines
893 B
JSON
{
|
|
"name": "afch-rewrite",
|
|
"version": "0.9.0",
|
|
"description": "A tool for reviewing Articles for Creation submissions on the English Wikipedia.",
|
|
"homepage": "https://github.com/WPAFC/afch-rewrite",
|
|
"bugs": {
|
|
"url": "https://github.com/WPAFC/afch-rewrite/issues"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WPAFC/afch-rewrite/npm.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-autoprefixer": "^3.0.4",
|
|
"grunt-contrib-clean": "^1.1.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^2.2.1",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"grunt-contrib-less": "^1.4.1",
|
|
"grunt-exec": "^3.0.0",
|
|
"grunt-jscs": "^3.0.1",
|
|
"jest-cli": "^12.1.1",
|
|
"jquery": "^3.2.1"
|
|
}
|
|
}
|