mediawiki-skins-Insurgency/package.json
Ed Sanders 19bca1e31a build: Introduce eslint & styleint and make a pass
Change-Id: I56c8c516ea8ac177ff4b46472ece1a3782c188d7
2017-01-23 15:14:01 +00:00

15 lines
329 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-eslint": "19.0.0",
"eslint-config-wikimedia": "0.3.0",
"grunt-banana-checker": "0.5.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.6.0",
"stylelint-config-wikimedia": "0.3.0"
}
}