mediawiki-extensions-Visual.../package.json
James D. Forrester 0ee4ba5d11 Use new banana checker as a linter to avoid lacking qqq messages
Change-Id: I02647d519ff85f78178d4fb48f014081ca3e82ef
2014-04-04 15:22:57 -07:00

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"
}
}