mediawiki-extensions-OATHAuth/package.json
James D. Forrester 5ce705c317 build: Bump devDependencies to latest
grunt                        1.0.1  →  1.0.2
 grunt-banana-checker         0.4.0  →  0.6.0
 grunt-contrib-jshint        0.12.0  →  1.1.0
 grunt-jsonlint               1.0.7  →  1.1.0
 grunt-stylelint              0.6.0  →  0.9.0
 stylelint                    7.8.0  →  8.2.0
 stylelint-config-wikimedia   0.4.1  →  0.4.2

Change-Id: I9ca9d53425379d22022eecbbb9952e01caf8d6df
2018-02-23 18:06:29 -08:00

16 lines
322 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "1.0.2",
"grunt-banana-checker": "0.6.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-jsonlint": "1.1.0",
"grunt-stylelint": "0.9.0",
"stylelint": "8.2.0",
"stylelint-config-wikimedia": "0.4.2"
}
}