mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
746321a29f
Imported from https://github.com/zeljkofilipin/language-screenshots Bug: T119482 Bug: T132574 Co-authored-by: Željko Filipin <zeljko.filipin@gmail.com> Change-Id: Idade622d1f3db0eb4b5f3fbc1a0eee401feeb600
29 lines
746 B
JSON
29 lines
746 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": {
|
|
"babel-polyfill": "6.9.1",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-jscs": "3.0.0",
|
|
"grunt-jsonlint": "1.0.8",
|
|
"grunt-mocha-test": "0.12.7",
|
|
"grunt-stylelint": "0.4.0",
|
|
"grunt-tyops": "0.1.0",
|
|
"jimp": "0.2.24",
|
|
"mocha": "2.5.3",
|
|
"selenium-webdriver": "2.53.2",
|
|
"stylelint-config-wikimedia": "0.2.2"
|
|
}
|
|
}
|