UNPKG

wbs-markdown

Version:

Work Breakdown Structure (WBS) in markdown format for software development projects.

42 lines (41 loc) 963 B
{ "name": "wbs-markdown", "version": "1.1.4", "description": "Work Breakdown Structure (WBS) in markdown format for software development projects.", "main": "index.js", "engines": { "node": ">=6.11" }, "preferGlobal": true, "bin": { "wbsm": "./lib/wbsm.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": "git://github.com/brainlid/wbs_markdown.git", "keywords": [ "wbs", "work", "breakdown", "structure", "markdown", "estimate", "estimating", "software-development", "development" ], "author": "Mark Ericksen <mark@brainlid.org> (https://brainlid.org)", "license": "ISC", "dependencies": { "chokidar": "^2.0.3", "commander": "^2.11.0", "lodash": "^4.17.15", "markdown-it": "^8.4.0", "markdown-it-attrs": "^1.1.0", "markdown-it-source-map": "^0.1.1", "md5": "^2.2.1", "opn": "^5.4.0" }, "private": false }