mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
8ea820ab43
grunt-mocha-test 0.12.7 → 0.13.3 grunt-stylelint 0.10.0 → 0.10.1 jimp 0.2.28 → 0.5.0 Change-Id: Ic2b1bcefdce6e8f71c623eec877151b7233c9556
32 lines
808 B
JSON
32 lines
808 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.8.1",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-image": "4.2.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-mocha-test": "0.13.3",
|
|
"grunt-stylelint": "0.10.1",
|
|
"grunt-tyops": "0.1.0",
|
|
"jimp": "0.5.0",
|
|
"mocha": "5.2.0",
|
|
"selenium-webdriver": "3.6.0",
|
|
"stylelint": "9.3.0",
|
|
"stylelint-config-wikimedia": "0.4.3"
|
|
}
|
|
}
|