UNPKG

mydocs

Version:

Yet another static web site utility for technical documentation

35 lines (34 loc) 749 B
{ "name": "mydocs", "version": "0.0.1", "description": "Yet another static web site utility for technical documentation", "main": "index.js", "dependencies": { "markdown": "^0.5.0", "mkdirp": "^0.5.1", "nunjucks": "^3.0.1", "rimraf": "^2.6.1" }, "devDependencies": {}, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/sesispla/mydocs.git" }, "keywords": [ "documentation", "static", "website", "technical", "writer", "node" ], "author": "sesispla <sesispla@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/sesispla/mydocs/issues" }, "homepage": "https://github.com/sesispla/mydocs#readme" }