UNPKG

documentative

Version:
45 lines (44 loc) 1.11 kB
{ "name": "documentative", "version": "0.1.0", "description": "a tool for generating docs from markdown", "main": "index.js", "scripts": { "test": "echo \"no test specified\"", "serve": "documentative-serve ." }, "repository": { "type": "git", "url": "git+https://github.com/dragonwocky/documentative.git" }, "author": "dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)", "license": "MIT", "bugs": { "url": "https://github.com/dragonwocky/documentative/issues" }, "homepage": "https://github.com/dragonwocky/documentative#readme", "dependencies": { "highlight.js": "^9.18.1", "klaw": "^3.0.0", "less": "^3.11.1", "marked": "^0.8.2", "mime-types": "^2.1.26", "minimist": "^1.2.5", "pug": "^2.0.4" }, "bin": { "documentative-build": "bin.js", "documentative-serve": "bin.js" }, "files": [ "README.md", "styling-guide.md", "LICENSE", "index.js", "bin.js", "resources/documentative.ico", "resources/scrollnav.js", "resources/styles.less", "resources/template.pug" ] }