mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
8ee5c6f818
grunt-contrib-watch 0.6.1 → 1.0.0 Change-Id: Ieea149cd930e470ec7f63e7c5cc75aef60a5a271
24 lines
591 B
JSON
24 lines
591 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.7",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-csslint": "1.0.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-jscs": "2.8.0",
|
|
"grunt-tyops": "0.1.0"
|
|
}
|
|
}
|