mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-12 00:48:46 +00:00
f0608db19a
Updates code comments and whitespacing. Change-Id: If7665beaa2d342881483fd7a9fc0fc880768d2ef
24 lines
564 B
JSON
24 lines
564 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
|
|
"doc": "jsdoc -c jsdoc.json"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.8.1",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-notify": "0.4.5",
|
|
"grunt-stylelint": "0.10.0",
|
|
"jsdoc": "3.5.5",
|
|
"pre-commit": "1.2.2",
|
|
"stylelint-config-wikimedia": "0.5.0",
|
|
"svgo": "0.7.2"
|
|
}
|
|
}
|