mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-13 17:56:55 +00:00
a39af9b58e
* grunt-contrib-jshint: 0.11.2 → 0.11.3 * grunt-jsonlint: 1.0.4 → 1.0.5 Change-Id: Ide62f02ded3a74b94454fd98d4ca7b9f20470883
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.5"
|
|
}
|
|
}
|