mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-12 09:24:17 +00:00
9bb3c382f5
grunt-contrib-csslint 0.5.0 → 1.0.0 grunt-contrib-jshint 0.11.3 → 1.0.0 grunt-contrib-watch 0.6.1 → 1.0.0 grunt-jscs 2.1.0 → 2.8.0 Change-Id: Ia6ca7c477b1c7ce8b3fc54994b1abf361c031eda
18 lines
370 B
JSON
18 lines
370 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-csslint": "1.0.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jscs": "2.8.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|