heroku-certs
Version:
heroku ssl plugin
40 lines (39 loc) • 863 B
JSON
{
"name": "heroku-certs",
"description": "heroku ssl plugin",
"version": "1.1.29",
"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",
"heroku-cli-util": "6.1.6",
"inquirer": "3.0.1",
"lodash": "4.17.4",
"moment": "2.17.1",
"psl": "1.1.16"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "6.0.0",
"lolex": "1.5.2",
"mocha": "3.2.0",
"nock": "9.0.4",
"nyc": "10.1.2",
"proxyquire": "1.7.11",
"sinon": "1.17.7",
"sinon-chai": "2.8.0",
"standard": "8.6.0"
},
"keywords": [
"heroku-plugin"
],
"license": "ISC",
"main": "index.js",
"repository": "heroku/heroku-certs",
"scripts": {
"test": "TZ=utc nyc mocha && standard"
}
}