mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 00:58:44 +00:00
0c60733ec5
* Use jshintrc:true which lets grunt defer autodiscovery of the file to jshint instead of forcing it to '.jshintrc'. This allows us to override certain settings from a subdirectory, to match behaviour of standalone jshint. * Sort modules. * Use plain string instead of single-value array. Change-Id: Ib5cd48f3ff0367b8fc84627c29e4fb32452087c0
26 lines
616 B
JSON
26 lines
616 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-csslint": "0.2.0",
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-banana-checker": "0.1.0",
|
|
"grunt-jscs-checker": "0.4.4"
|
|
}
|
|
}
|