mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
664b90bb87
Change-Id: If3954c2a01117df036ffe89df2f37044a32f6a41
18 lines
414 B
JSON
18 lines
414 B
JSON
{
|
|
"name": "visualeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the VisualEditor-MediaWiki extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-banana-checker": "0.2.1",
|
|
"grunt-contrib-csslint": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "1.5.0"
|
|
}
|
|
}
|