mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Description2
synced 2024-11-23 22:33:34 +00:00
bd9bc72317
Change-Id: I50c0ad5627d769697a5ff1d9e5b93511ad2177b9
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"name": "Description2",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.2",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0"
|
|
}
|
|
}
|