mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 03:23:51 +00:00
d0b9ed9167
Change-Id: I9f60c53af58575a2c39afe35c7ec443923519965
17 lines
337 B
JSON
17 lines
337 B
JSON
{
|
|
"name": "gadgets",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the Gadgets extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.10.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.7.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|