mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-12-18 00:30:33 +00:00
454cbe9a5c
Change-Id: I10eaf510555c78a4349a5e599d4dbd7369b20c43
14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"name": "ImageMap",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.25.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.1"
|
|
}
|
|
}
|