mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-13 17:53:22 +00:00
16 lines
313 B
JSON
16 lines
313 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-banana-checker": "0.2.2",
|
||
|
"grunt-jsonlint": "1.0.4"
|
||
|
}
|
||
|
}
|