mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ImageMap
synced 2024-11-13 17:36:54 +00:00
672c67c482
Change-Id: Iab33976d4eb8752e16ac814b4ac1451556eb3305
14 lines
231 B
JSON
14 lines
231 B
JSON
{
|
|
"name": "ImageMap",
|
|
"private": true,
|
|
"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"
|
|
}
|
|
}
|