heroku-client
Version:
A wrapper for the Heroku v3 API
39 lines • 774 B
JSON
{
"name": "heroku-client",
"description": "A wrapper for the Heroku v3 API",
"version": "3.1.1",
"author": "Heroku",
"bugs": {
"url": "https://github.com/heroku/node-heroku-client/issues"
},
"dependencies": {
"is-retry-allowed": "^1.0.0",
"tunnel-agent": "^0.6.0"
},
"devDependencies": {
"ava": "^6.4.1",
"debug": "^3.1.0",
"nock": "^13.5.1",
"nyc": "^17.1.0",
"standard": "^17.0.0",
"stdout-stderr": "^0.1.13"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"lib"
],
"keywords": [
"heroku"
],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/heroku/node-heroku-client"
},
"scripts": {
"test": "nyc ava && standard"
}
}