mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-15 03:23:51 +00:00
43f80d6802
Change-Id: If4fa8e3b9529ea9b7b3d3a44d8903f18399b64df
16 lines
309 B
JSON
16 lines
309 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.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.0"
|
|
}
|
|
}
|