mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
78b415cc69
So many old keys not yet removed. Oy. Also, disable disallowDuplicateTranslations for now as this fails so much. Change-Id: I52e1555335a6e64b1e9db541ba726cf6ce8c7dd0
23 lines
564 B
JSON
23 lines
564 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": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-jsonlint": "1.0.4",
|
|
"grunt-banana-checker": "0.3.0",
|
|
"grunt-contrib-copy": "0.8.0",
|
|
"grunt-contrib-csslint": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "2.1.0"
|
|
}
|
|
}
|