UNPKG

kanbanize-cli

Version:

Command-line Kanbanize interface

31 lines (30 loc) 638 B
{ "name": "kanbanize-cli", "version": "2.0.0", "description": "Command-line Kanbanize interface", "main": "index.js", "scripts": { "test": "echo 'No tests :-o'" }, "homepage": "https://github.com/TehShrike/k", "bugs": "https://github.com/TehShrike/k/issues", "repository": { "type": "git", "url": "https://github.com/TehShrike/k.git" }, "keywords": [ "kanbanize", "cli" ], "author": "TehShrike", "license": "WTFPL", "bin": { "k": "./index.js" }, "dependencies": { "bash-color": "0.0.3", "cli-table": "~0.3.0", "lieutenant": "~1.0.1", "superagent": "~0.17.0" } }