UNPKG

stash-creview

Version:

CLI for creating pull requests with random reviewers in Atlassian Stash

40 lines (39 loc) 951 B
{ "name": "stash-creview", "version": "1.2.1", "description": "CLI for creating pull requests with random reviewers in Atlassian Stash", "preferGlobal": "true", "bin": { "creview": "src/creview.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/ingshtrom/stash-creview.git" }, "keywords": [ "stash", "git", "atlassian", "codereview", "pullrequest" ], "author": "Alex \"Ingshtrom\" Hokanson <ingshtrom.developer@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ingshtrom/stash-creview/issues" }, "homepage": "https://github.com/ingshtrom/stash-creview", "dependencies": { "async": "^0.9.0", "bluebird": "^2.9.14", "commander": "^2.7.1", "gift": "^0.5.0", "lodash": "^3.5.0", "open": "0.0.5", "stash-api": "^1.0.1", "winston": "^0.9.0" } }