mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
ef3906b82b
composer: * mediawiki/minus-x: 0.3.1 → 0.3.2 npm: * lodash: 4.17.11 → 4.17.14 * https://npmjs.com/advisories/1065 * CVE-2019-10744 * grunt-banana-checker: 0.7.0 → 0.7.1 Change-Id: Idaf7723adc2136f1fc39573897604c056f814e49
30 lines
753 B
JSON
30 lines
753 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",
|
|
"screenshots-all": "grunt screenshots-all"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.12.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.7.1",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-image": "5.0.1",
|
|
"grunt-mocha-test": "0.13.3",
|
|
"grunt-stylelint": "0.11.0",
|
|
"grunt-tyops": "0.1.0",
|
|
"jimp": "0.5.0",
|
|
"mocha": "5.2.0",
|
|
"selenium-webdriver": "3.6.0",
|
|
"stringify-object": "3.2.2",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|