mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-12 09:18:59 +00:00
8b27b96d3a
* grunt-banana-checker: 0.2.2 → 0.4.0 Change-Id: I40eacb11872f82d23c7324237fa7b1c78b11dd3a
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.2",
|
|
"grunt-jscs": "2.1.0",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|