mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
198c240fcc
Updates: * grunt 0.4.2 -> 0.4.5 * grunt-banana-checker 0.1.0 -> 0.2.0 * grunt-contrib-csslint 0.2.0 -> 0.3.1 * grunt-jscs 0.6.1 -> 0.7.1 Change-Id: If1d612cd4ad9b45b0d249931339882f4bc238c74
26 lines
608 B
JSON
26 lines
608 B
JSON
{
|
|
"name": "visualeditor",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gerrit.wikimedia.org/r/p/mediawiki/extensions/VisualEditor.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FVisualEditor.git/master/LICENSE.txt"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|