mediawiki-extensions-Visual.../package.json
James D. Forrester 5308a47e96 build: Bump various devDependencies to latest
grunt                  0.4.5  →  1.0.1
 grunt-cli             0.1.13  →  1.2.0
 grunt-banana-checker   0.4.0  →  0.5.0

Change-Id: Idcd66807d03c85005ca97f5563251e814d15813b
2016-04-19 01:37:25 +00:00

24 lines
590 B
JSON

{
"name": "visualeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the VisualEditor-MediaWiki extension.",
"scripts": {
"test": "grunt test",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck"
},
"devDependencies": {
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-jsonlint": "1.0.7",
"grunt-banana-checker": "0.5.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-csslint": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-jscs": "2.8.0",
"grunt-tyops": "0.1.0"
}
}