mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-14 11:04:43 +00:00
597299bc45
* grunt-jsonlint: 1.0.6 → 1.0.7 Change-Id: If699d7e782e9d31c7e05c9e6018a4374d5ffbf6b
17 lines
351 B
JSON
17 lines
351 B
JSON
{
|
|
"name": "gadgets",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the Gadgets extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|