mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
0ee4ba5d11
Change-Id: I02647d519ff85f78178d4fb48f014081ca3e82ef
26 lines
615 B
JSON
26 lines
615 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.2",
|
|
"grunt-contrib-jshint": "0.7.2",
|
|
"grunt-contrib-csslint": "0.2.0",
|
|
"grunt-contrib-watch": "0.5.3",
|
|
"grunt-banana-checker": "0.1.0",
|
|
"grunt-jscs-checker": "0.4.1"
|
|
}
|
|
}
|