mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 09:18:59 +00:00
15336e307a
* grunt-jsonlint: 1.0.5 → 1.0.7 Change-Id: I0fd966cf85bf636e6f91b86582c53bcb833561dc
16 lines
297 B
JSON
16 lines
297 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-jscs": "2.1.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|