mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
5ecf40f51e
babel-polyfill 6.8.0 → 6.9.1 grunt-jscs 2.8.0 → 3.0.0 grunt-jsonlint 1.0.7 → 1.0.8 grunt-stylelint 0.3.0 → 0.4.0 stylelint-config-wikimedia 0.2.0 → 0.2.2 Change-Id: I4db467c7f2bc291a94e7bab86d18e48a44f6054c
25 lines
632 B
JSON
25 lines
632 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-stylelint": "0.4.0",
|
|
"grunt-tyops": "0.1.0",
|
|
"stylelint-config-wikimedia": "0.2.2"
|
|
}
|
|
}
|