mediawiki-extensions-InputBox/package.json
Paladox ad5d35cad6 Add jshint to npm
Change-Id: I97abe62b1744611d2b5b8b3284b6b257c96a48de
2016-03-22 12:39:54 +00:00

14 lines
248 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.4.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-jsonlint": "1.0.7"
}
}