mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
36befda61c
It's new, it's fresh, it's amazing, it's here. Change-Id: I5dc784411f704685ed5cc763a2b2b1c5d3e5a610
29 lines
752 B
JSON
29 lines
752 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",
|
|
"eslint-config-wikimedia": "0.2.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-jsonlint": "1.0.8",
|
|
"grunt-mocha-test": "0.12.7",
|
|
"grunt-stylelint": "0.6.0",
|
|
"grunt-tyops": "0.1.0",
|
|
"jimp": "0.2.24",
|
|
"mocha": "2.5.3",
|
|
"selenium-webdriver": "2.53.2",
|
|
"stylelint-config-wikimedia": "0.3.0"
|
|
}
|
|
}
|