{
  "name": "heroku-certs",
  "description": "heroku ssl plugin",
  "version": "1.1.45",
  "author": "Ransom Briggs rbriggs@heroku.com",
  "bugs": {
    "url": "https://github.com/heroku/heroku-certs/issues"
  },
  "dependencies": {
    "co": "4.6.0",
    "co-wait": "0.0.0",
    "date-fns": "^1.29.0",
    "heroku-cli-util": "^8.0.0",
    "inquirer": "^3.1.1",
    "lodash": "4.17.5",
    "psl": "^1.1.23"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "lolex": "^1.6.0",
    "mocha": "^5.0.0",
    "nock": "^9.0.13",
    "nyc": "^11.4.1",
    "proxyquire": "^1.8.0",
    "sinon": "^2.3.6",
    "sinon-chai": "^2.14.0",
    "standard": "^8.0.0"
  },
  "files": [
    "index.js",
    "lib",
    "commands"
  ],
  "keywords": [
    "heroku-plugin"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": "heroku/heroku-certs",
  "scripts": {
    "test": "TZ=utc nyc mocha && standard"
  }
}
