diff --git a/.esdoc.json b/.esdoc.json new file mode 100644 index 0000000..5d14340 --- /dev/null +++ b/.esdoc.json @@ -0,0 +1,5 @@ +{ + "source": "./lib", + "destination": "./docs", + "plugins": [{"name": "esdoc-standard-plugin"}] +} diff --git a/.gitignore b/.gitignore index 625212a..7d9b47e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules/ .DS_Store npm-debug.log +docs/ diff --git a/package.json b/package.json index 7d00edd..980c4c6 100644 --- a/package.json +++ b/package.json @@ -24,12 +24,14 @@ "readmeFilename": "README.md", "author": "scottmotte", "license": "BSD", - "dependencies": { - }, "devDependencies": { + "chai": "^2.3.0", "mocha": "3.5.3", - "should": "13.1.2" - }, + "should": "13.1.2", + "esdoc": "^1.0.3", + "esdoc-coverage-plugin": "^1.1.0", + "esdoc-standard-plugin": "^1.0.0" + }, "contributors": [ { "name": "Yamil Asusta",