mediawiki-extensions-Cookie.../package.json
takidelfin e0d100ca60 Replaced CSSLint with StyleLint
Removed old csslint package and added grunt-stylelint and stylelint
config for Wikimedia. Fixed the violations caused by this change.

Bug: T206506
Change-Id: Ieb1f087de859f5321c4f1fe65c0e3bf7b655ca15
2018-11-25 23:53:51 +00:00

20 lines
455 B
JSON

{
"name": "CookieWarning-dependencies",
"description": "Node.js dependencies used in CookieWarning",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.5.0",
"stylelint-config-wikimedia": "0.4.3",
"stylelint": "9.2.0",
"grunt": "1.0.3",
"grunt-banana-checker": "0.4.0",
"grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.0.7",
"grunt-stylelint": "0.10.1"
}
}