mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
19afd65a08
Our coding style has been upstreamed and first released in node-jscs v1.5.0 (grunt-jscs-checker v0.6.0). Change-Id: Ifc0cfc7177946b9d11407f60e38b0177883724c5
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.6.0"
|
|
}
|
|
}
|