
composer: * mediawiki/mediawiki-codesniffer: 19.1.0 → 19.4.0 npm: * grunt: 1.3.0 → 1.4.0 Change-Id: I0b75f416bf27cfc4ff2361cb8e128dc99c5b6a36
13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.4.0",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-jscs": "2.5.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|