mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Gadgets
synced 2024-11-14 11:04:43 +00:00
696051142d
Change-Id: Ifb33021326bfe6d2fafc80afbace9f593a35ca39
17 lines
336 B
JSON
17 lines
336 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.8.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|