afch-zhwp/package.json
Daniel Glus 47d0f097ef v0.9.1
2018-12-05 18:45:54 +00:00

36 lines
949 B
JSON

{
"name": "afch-rewrite",
"version": "0.9.1",
"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": {
"hogan.js": "^3.0.2"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-wikimedia": "^0.5.0",
"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-less": "^1.4.1",
"grunt-eslint": "^20.1.0",
"grunt-exec": "^3.0.0",
"jest-cli": "^12.1.1",
"jquery": "^3.2.1"
}
}