mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
a7f5a76bca
Change-Id: I0a169916eaf260500ca6a172e6fb2b0c61f8d422
32 lines
810 B
JSON
32 lines
810 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.5.0",
|
|
"eslint-plugin-qunit": "3.2.1",
|
|
"grunt": "1.0.2",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.1",
|
|
"grunt-eslint": "20.1.0",
|
|
"grunt-image": "4.2.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-mocha-test": "0.12.7",
|
|
"grunt-stylelint": "0.10.0",
|
|
"grunt-tyops": "0.1.0",
|
|
"jimp": "0.2.24",
|
|
"mocha": "2.5.3",
|
|
"selenium-webdriver": "2.53.2",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3"
|
|
}
|
|
}
|