mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
90045db7a3
* grunt-contrib-copy : 0.8.0 -> 0.8.2 * grunt-jsonlint : 1.0.4 -> 1.0.6 * grunt-jscs : 2.1.0 -> 2.5.0 Change-Id: Ia66996d4ccf48bb8baab792fda5cd67863b31575
24 lines
592 B
JSON
24 lines
592 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.6",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-contrib-copy": "0.8.2",
|
|
"grunt-contrib-csslint": "0.5.0",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "2.5.0",
|
|
"grunt-tyops": "0.1.0"
|
|
}
|
|
}
|