mediawiki-extensions-Parser.../package.json
Kunal Mehta 58aa150649 build: Configure banana-checker and jsonlint
Change-Id: I2da5745f3065752001dfc95eb08c8a92c76b41dc
2015-06-15 16:32:37 -07:00

16 lines
329 B
JSON

{
"name": "parserfunctions",
"version": "0.0.0",
"private": true,
"description": "Build tools for the ParserFunctions extension.",
"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"
}
}