reclass-doc
Version:
Reclass model documentation generator.
59 lines (58 loc) • 1.52 kB
JSON
{
"name": "reclass-doc",
"version": "1.0.5",
"description": "Reclass model documentation generator.",
"main": "dist/index.js",
"private": false,
"scripts": {
"tsc": "tsc",
"start": "npm run tsc; node ./dist/main.js",
"test": "echo \"Error: no test specified\" && exit 1",
"sandbox": "npm run tsc; node ./dist/sandbox/index.js",
"prepublish": "npm run tsc"
},
"preferGlobal": "true",
"bin": {
"reclass-doc": "dist/main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jirihybek/reclass-doc.git"
},
"keywords": [
"reclass-doc",
"reclass",
"saltstack",
"configuration management",
"doc",
"documentation",
"doc generator"
],
"author": "Jiri Hybek <jiri@hybek.cz> (http://jiri.hybek.cz/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jirihybek/reclass-doc/issues"
},
"homepage": "https://github.com/jirihybek/reclass-doc",
"dependencies": {
"argparse": "^1.0.9",
"express": "^4.15.4",
"fs-extra": "^4.0.1",
"highlight.js": "^9.12.0",
"markdown-it": "^8.4.0",
"meta2-logger": "^1.0.1",
"pug": "^2.0.0-rc.3",
"yaml-js": "^0.2.0"
},
"devDependencies": {
"@types/argparse": "^1.0.32",
"@types/es6-promise": "0.0.32",
"@types/express": "^4.0.37",
"@types/fs-extra": "^4.0.1",
"@types/highlight.js": "^9.1.10",
"@types/markdown-it": "0.0.3",
"@types/node": "^7.0.18",
"@types/pug": "^2.0.4",
"typescript": "^2.1.6"
}
}