afch-zhwp/package.json
94rain 5311acb1b5
temporarily revert some changes
comments? isdecline?

Modify script configurations
2019-10-20 12:48:16 +08:00

36 lines
943 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/94rain/afch-zhwp",
"bugs": {
"url": "https://github.com/94rain/afch-zhwp/issues"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/94rain/afch-zhwp/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"
}
}