mediawiki-extensions-CiteTh.../package.json
Volker E 772953181c build: Update 'stylelint-config-wikimedia' to v0.5.0
Change-Id: I7441f0fe670b86328cd5993b704bfc98d062934e
2019-01-09 23:31:38 -08:00

17 lines
352 B
JSON

{
"name": "citethispage",
"version": "0.0.0",
"private": true,
"description": "Build tools for the CiteThisPage extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.3",
"grunt-banana-checker": "0.6.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.10.1",
"stylelint-config-wikimedia": "0.5.0"
}
}