mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-13 17:56:55 +00:00
07d76da27e
Change-Id: If49922acd1d8af9caac54ed46360ff6c780833ce
14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.2.2",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|