X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=package.json;h=933212cac14a901f681cd266987febebe48077f0;hb=bc9b5953ed8e3342925f8f1c09c3090d83ad239e;hp=4ef12bac8ed04adc0dfc7b689b37c29dac1c352d;hpb=68aab7ca8bd2bf7271a2f69aff1e7a60ab88078b;p=lhc%2Fweb%2Fwiklou.git diff --git a/package.json b/package.json index 4ef12bac8e..933212cac1 100644 --- a/package.json +++ b/package.json @@ -2,11 +2,15 @@ "name": "mediawiki", "version": "0.0.0", "scripts": { - "test": "grunt test" + "test": "grunt test", + "doc": "jsduck", + "postdoc": "grunt copy:jsduck" }, "devDependencies": { "grunt": "0.4.5", + "grunt-cli": "0.1.13", "grunt-banana-checker": "0.2.0", + "grunt-contrib-copy": "0.8.0", "grunt-contrib-jshint": "0.11.0", "grunt-contrib-watch": "0.6.1", "grunt-jscs": "1.5.0",