UNPKG

tocmd

Version:

tocmd.npm:a npm wrapper of i5ting_ztree_toc

47 lines (46 loc) 1.17 kB
{ "name": "tocmd", "version": "1.0.1", "description": "tocmd.npm:a npm wrapper of i5ting_ztree_toc", "keywords": ["doc","markdown", "md", "toc", "table of content","ztree","i5ting_ztree_toc","i5ting"], "main": "index.js", "scripts": { "start": "npm publish .", "test": " node bin/tocmd.js -f sample.md -v" }, "preferGlobal": "true", "bin": { "tocmd": "bin/tocmd.js" }, "repository": { "type": "git", "url": "https://github.com/i5ting/tocmd.npm.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/i5ting/tocmd.npm/issues" }, "dependencies": { "art-template": "^3.0.3", "bufferhelper": "^0.2.0", "gulp": "^3.8.7", "gulp-markdown-livereload": "^1.0.0", "gulp-util": "^3.0.0", "handlebars": "^2.0.0", "marked": "^0.3.2", "object-assign": "^1.0.0", "open": "0.0.5", "through2": "^0.6.1", "commander": "^2.5.0", "config": "^1.7.0", "handlebars": "^2.0.0", "request": "^2.47.0" }, "devDependencies": { "gulp-livereload": "^2.1.1", "gulp-watch": "^0.7.0", "mocha": "*" }, "homepage": "https://github.com/i5ting/tocmd.npm" }