mediawiki-extensions-Visual.../package.json
Timo Tijhof 1082249691 build: Move pre/post 'doc' task into package.json
Standard entry point.

Change-Id: Ic6cdc9ac1b266a64dcb1522ac36132c5ef844d3c
2015-04-06 17:18:29 +01:00

21 lines
506 B
JSON

{
"name": "visualeditor",
"version": "0.0.0",
"private": true,
"description": "Build tools for the VisualEditor-MediaWiki extension.",
"scripts": {
"test": "grunt test",
"doc": "jsduck",
"postdoc": "grunt copy:jsduck"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-banana-checker": "0.2.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-csslint": "0.4.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "1.5.0"
}
}