mediawiki-extensions-Gadgets/package.json
Antoine Musso 65a3f2205e build: bump grunt and drop grunt-cli
grunt 1.x now includes a CLI command, hence grunt-cli is no more needed.

Change-Id: I94f0c66236b5f0f12220741276c7fe24a89c65e0
2017-08-01 10:45:31 +02:00

16 lines
324 B
JSON

{
"name": "gadgets",
"version": "0.0.0",
"private": true,
"description": "Build tools for the Gadgets extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-banana-checker": "0.4.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-jsonlint": "1.0.7"
}
}