guidebook
Version:
Use your leanpub sources to write an interactive guidebook
52 lines • 1.27 kB
JSON
{
"name": "guidebook",
"version": "0.2.3",
"description": "Use your leanpub sources to write an interactive guidebook",
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gendocs": "gendocs > README.md"
},
"bin": {
"guidebook": "./bin/guidebook"
},
"repository": {
"type": "git",
"url": "https://github.com/DamonOehlman/guidebook.git"
},
"keywords": [
"guide",
"tutorial",
"leanpub",
"markdown",
"interactive",
"example"
],
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/DamonOehlman/guidebook/issues"
},
"homepage": "https://github.com/DamonOehlman/guidebook",
"dependencies": {
"actionman": "~0.1",
"altpub-sections": "~0.2",
"altpub-toc": "~0.1",
"async": "~0.9",
"browser-module-sandbox": "DamonOehlman/browser-module-sandbox",
"browserify": "^5.11.0",
"browserify-cdn": "~0.3",
"cors": "^2",
"crel": "^1",
"debug": "^1.0.4",
"eve": "^0.5.0",
"express": "^3.16.9",
"fdom": "~0.8",
"gendocs": "^1.1.1",
"jade": "^1",
"javascript-editor": "~0.2",
"marked": "^0.3.2",
"out": "~0.5"
}
}