mediawiki-extensions-CiteTh.../package.json
Kunal Mehta 32d5d39ea8 build: Adding configuration for jsonlint
Change-Id: I9a927b554a3489e71316622196eae417a5d2c1fa
2015-06-11 21:29:37 -07:00

16 lines
323 B
JSON

{
"name": "citethispage",
"version": "0.0.0",
"private": true,
"description": "Build tools for the CiteThisPage 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"
}
}