mediawiki-extensions-Multim.../package.json
Prateek Saxena 8f1762a420 docs: Use the standard way of generating documentation
* Move the files from the docs directory
* Remove the generate script
* Add npm task

Change-Id: I2b404e132aab0be563c7abb9145ab607242c94cd
2016-03-11 16:13:50 +05:30

14 lines
232 B
JSON

{
"private": true,
"scripts": {
"test": "grunt test",
"doc": "jsduck"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.4.0",
"grunt-jsonlint": "1.0.7"
}
}