mediawiki-extensions-Cookie.../package.json
Fomafix 1416dc5465 Switch from jshint/jscs to eslint
Change-Id: I278905a67c42d268bb4a891c9df34b0fdbf4307d
2018-03-29 22:03:15 +02:00

18 lines
395 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",
"grunt": "1.0.1",
"grunt-banana-checker": "0.4.0",
"grunt-contrib-csslint": "0.5.0",
"grunt-eslint": "20.1.0",
"grunt-jsonlint": "1.0.7"
}
}