mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
a69dcae3ab
grunt-contrib-jshint: 0.11.0 -> 0.11.2 grunt-jscs: 1.5.0 -> 1.8.0 Bug: T90816 Change-Id: I294bd46b2ce48b3839c4e6b200db08e935933379
22 lines
533 B
JSON
22 lines
533 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": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.2.1",
|
|
"grunt-contrib-copy": "0.8.0",
|
|
"grunt-contrib-csslint": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.2",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "1.8.0"
|
|
}
|
|
}
|