UNPKG

protogram-help

Version:

Auto-generate program usage info when using the protogram module

38 lines (37 loc) 825 B
{ "name": "protogram-help", "version": "1.0.2", "description": "Auto-generate program usage info when using the protogram module", "main": "main.js", "scripts": { "test": "nodeunit test/test.js" }, "repository": { "type": "git", "url": "https://github.com/arjunmehta/node-protogram-help.git" }, "keywords": [ "commander", "help", "protogram", "program", "command", "line", "usage", "information" ], "author": "Arjun Mehta", "license": "MIT", "bugs": { "url": "https://github.com/arjunmehta/node-protogram-help/issues" }, "homepage": "https://github.com/arjunmehta/node-protogram-help", "dependencies": { "columnify": "~1.3.2", "pkginfo": "~0.3.0" }, "devDependencies": { "nodeunit": "~0.8.8", "protogram": "~1.1.0" } }