mediawiki-extensions-Catego.../package.json
Kunal Mehta f396f7ed42 build: Updating development dependencies
* grunt-jsonlint: 1.0.4 → 1.0.7

Change-Id: If09304ba5ce24a6ae101b19df97c7ac211adda44
2015-12-29 11:13:49 -08:00

16 lines
323 B
JSON

{
"name": "categorytree",
"version": "0.0.0",
"private": true,
"description": "Build tools for the CategoryTree extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.4.0",
"grunt-jsonlint": "1.0.7"
}
}