UNPKG

sourcebot-cli

Version:

Sourcebot command line tool

38 lines (37 loc) 789 B
{ "name": "sourcebot-cli", "version": "0.2.3", "description": "Sourcebot command line tool", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "sourcebot": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/sourcebot/cli.git" }, "keywords": [ "sourcebot", "bot", "framework", "cli", "command", "line", "tool" ], "author": "Yagiz Nizipli <yagiznizipli@me.com>", "license": "MIT", "bugs": { "url": "https://github.com/sourcebot/cli/issues" }, "homepage": "https://github.com/sourcebot/cli#readme", "dependencies": { "bluebird": "^3.4.6", "commander": "^2.9.0", "request": "^2.75.0", "request-promise": "^4.1.1" } }