mediawiki-extensions-Interwiki/package.json
Kunal Mehta b1e72e77d6 build: Configure banana-checker and jsonlint
Change-Id: I515e8d5d92e3b2ed24a5be2a45072e968b06fdeb
2015-06-17 12:11:19 -07:00

13 lines
211 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.2.2",
"grunt-jsonlint": "1.0.4"
}
}