mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-11-14 10:44:45 +00:00
ad5d35cad6
Change-Id: I97abe62b1744611d2b5b8b3284b6b257c96a48de
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|