mediawiki-extensions-Visual.../package.json
C. Scott Ananian 5f392ccec1 Updates to README.md and CODING.md
Describe how to report bugs, install grunt, and run tests.

Update jsduck instructions.

Fix path to license file in package.json.

Change-Id: I276ff0ea4324f027dafc044a86fa564b2439089a
2013-09-17 19:09:25 -04:00

25 lines
584 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.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"
}
}