start work on documentation generator

This commit is contained in:
Amish Shah
2016-08-14 18:12:59 +01:00
parent 0224138dc9
commit 62856ff57a
6 changed files with 82 additions and 2 deletions

View File

@@ -4,7 +4,8 @@
"description": "A way to interface with the Discord API",
"main": "./src/index",
"scripts": {
"test": "node test/random"
"test": "node test/random",
"docs": "node docs/gen/index.js"
},
"repository": {
"type": "git",
@@ -45,7 +46,9 @@
"grunt-contrib-uglify": "^0.11.0",
"grunt-jscs": "^2.8.0",
"jscs": "^2.11.0",
"load-grunt-tasks": "^3.3.0"
"load-grunt-tasks": "^3.3.0",
"fs-extra": "^0.30.0",
"jsdoc-parse": "^1.2.7"
},
"optionalDependencies": {
"node-opus": "^0.1.11"