mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-23 22:03:31 +00:00
a641766c5b
Change-Id: I0a57907645b3fce4a228d0fc05e2c8f4a829251b
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.11.0",
|
|
"grunt-eslint": "24.0.1"
|
|
}
|
|
}
|