UNPKG

pull-request-stash

Version:

send a pull request from cmd line to git of stash

37 lines (36 loc) 873 B
{ "name": "pull-request-stash", "version": "1.0.21", "description": "send a pull request from cmd line to git of stash", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/goahead1987/pull-request-stash.git" }, "keywords": [ "pull", "request", "git", "atlassian", "stash" ], "author": "liangkuaisheng", "license": "MIT", "bugs": { "url": "https://github.com/goahead1987/pull-request-stash/issues" }, "homepage": "https://github.com/goahead1987/pull-request-stash#readme", "dependencies": { "bluebird": "^3.3.5", "colors": "^1.1.2", "crypto-js": "^3.1.6", "fs-extra": "^0.27.0", "git-promise": "0.3.0", "inquirer": "^1.0.0", "lodash": "^4.10.0", "request": "^2.71.0" } }