mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Nuke
synced 2024-11-15 11:59:48 +00:00
1a614ea487
grunt 1.0.1 → 1.0.2 grunt-banana-checker 0.4.0 → 0.6.0 grunt-contrib-jshint 0.11.3 → 1.1.0 grunt-jsonlint 1.0.7 → 1.1.0 Change-Id: Ib09702d375d3b97b517543a8fe48cbc65f5ebc93
13 lines
221 B
JSON
13 lines
221 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.2",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-jshint": "1.1.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|