UNPKG

863 BJSONView Raw
1{
2 "name": "heroku-certs",
3 "description": "heroku ssl plugin",
4 "version": "1.1.27",
5 "author": "Ransom Briggs rbriggs@heroku.com",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-certs/issues"
8 },
9 "dependencies": {
10 "co": "4.6.0",
11 "co-wait": "0.0.0",
12 "heroku-cli-util": "6.1.6",
13 "inquirer": "3.0.1",
14 "lodash": "4.17.4",
15 "moment": "2.17.1",
16 "psl": "1.1.16"
17 },
18 "devDependencies": {
19 "chai": "^3.3.0",
20 "chai-as-promised": "6.0.0",
21 "lolex": "1.5.2",
22 "mocha": "3.2.0",
23 "nock": "9.0.4",
24 "nyc": "10.1.2",
25 "proxyquire": "1.7.11",
26 "sinon": "1.17.7",
27 "sinon-chai": "2.8.0",
28 "standard": "8.6.0"
29 },
30 "keywords": [
31 "heroku-plugin"
32 ],
33 "license": "ISC",
34 "main": "index.js",
35 "repository": "heroku/heroku-certs",
36 "scripts": {
37 "test": "TZ=utc nyc mocha && standard"
38 }
39}