UNPKG

esxdoc

Version:

Good Documentation Generator For JavaScript

79 lines (78 loc) 1.78 kB
{ "name": "esxdoc", "version": "0.0.1", "description": "Good Documentation Generator For JavaScript", "author": "ratson", "homepage": "https://esdoc.org/", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ratson/esxdoc" }, "engines": { "node": ">= 6.0.0" }, "scripts": { "build": "node ./script/build.js", "prepublish": "npm run build", "test": "node ./script/test.js", "test-prod": "node ./script/test-prod.js", "test-ci": "node ./script/test-ci.js", "esdoc": "node ./script/esdoc.js", "site": "node ./script/site.js", "start": "node ./script/server.js", "lint": "node ./script/eslint.js" }, "dependencies": { "cheerio": "0.22.0", "color-logger": "0.0.3", "escape-html": "1.0.3", "babylon": "6.14.1", "babel-generator": "6.21.0", "babel-traverse": "6.21.0", "fs-extra": "1.0.0", "ice-cap": "0.0.4", "marked": "0.3.6", "minimist": "1.2.0", "taffydb": "2.7.3" }, "devDependencies": { "babel-cli": "6.18.0", "babel-plugin-transform-es2015-modules-commonjs": "6.18.0", "babel-register": "6.18.0", "codecov": "1.0.1", "esdoc-importpath-plugin": "0.1.0", "eslint": "3.12.2", "http-server": "0.9.0", "nyc": "10.0.0", "babel-plugin-istanbul": "3.0.0", "mocha": "3.2.0" }, "keywords": [ "jsdoc", "api", "document", "documentation", "ES6", "ECMAScript6", "ES2015", "ECMAScript2015", "ES7", "ECMAScript7", "ES2016", "ECMAScript2016", "ES8", "ECMAScript8", "ES2017", "ECMAScript2017", "proposal" ], "files": [ "out/src", "README.md" ], "main": "out/src/ESDoc.js", "bin": { "esdoc": "out/src/ESDocCLI.js" } }