mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-12-19 01:31:52 +00:00
12 lines
202 B
JSON
12 lines
202 B
JSON
|
{
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"grunt": "1.0.1",
|
||
|
"grunt-contrib-jshint": "1.0.0",
|
||
|
"grunt-banana-checker": "0.5.0",
|
||
|
"grunt-jsonlint": "1.0.7"
|
||
|
}
|
||
|
}
|