mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
8ddf622891
This isn't a node.js package, but simply the packages for the workflow in developing the extension. This repo already has other entry points and outings for this information. Change-Id: Ide13e863546e6efda61086e3daf9cdfe4ed5f1ac
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.0",
|
|
"grunt-contrib-csslint": "0.3.1",
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "0.7.1"
|
|
}
|
|
}
|