mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
25 lines
599 B
JSON
25 lines
599 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://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/VisualEditor.git;a=blob;f=LICENSE.txt;hb=HEAD"
|
||
|
}
|
||
|
],
|
||
|
"devDependencies": {
|
||
|
"grunt": "~0.4.1",
|
||
|
"grunt-contrib-jshint": "~0.5.4",
|
||
|
"grunt-contrib-csslint": "~0.1.2",
|
||
|
"grunt-contrib-qunit": "~0.2.1",
|
||
|
"grunt-contrib-watch": "~0.4.3"
|
||
|
}
|
||
|
}
|