{
  "name": "jira-cli",
  "description": "A JIRA Command Line Interface",
  "version": "1.3.1",
  "author": "Dan Shumaker <danpshumaker@gmail.com> (https://danshumaker.github.io/)",
  "contributors": [],
  "scripts": {
    "test": "bin/tests.sh && exit 1",
    "patch-release": "npm version patch && npm publish && git push --follow-tags"
  },
  "dependencies": {
    "alasql": "^0.4.11",
    "async": "^2.6.3",
    "cheerio": "^1.0.0-rc.3",
    "cli-table": "^0.2.0",
    "commander": "~1.1.1",
    "dargs": "^5.1.0",
    "fs": "0.0.1-security",
    "jslint": "^0.12.1",
    "moment": "^2.24.0",
    "nodemailer": "^6.4.6",
    "openurl": "^1.1.0",
    "qs": "~> 1.0.0",
    "requirejs": "~2.1.5",
    "superagent": "~3.7.0",
    "underscore": "^1.10.2"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "keywords": [
    "jira",
    "api",
    "client",
    "command",
    "cli",
    "tool",
    "command-line-junky"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/danshumaker/jira-cli.git"
  },
  "bin": {
    "jira": "./bin/jira.js"
  }
}
