{
  "name": "heroku-cli-node",
  "topic": "node",
  "description": "utilities for working with Node.js programs",
  "version": "2.1.0",
  "author": "Hunter Loftis @hunterloftis",
  "scripts": {
    "lint": "standard"
  },
  "main": "index.js",
  "license": "MIT",
  "devDependencies": {
    "standard": "^8.6.0"
  },
  "keywords": [
    "heroku-plugin"
  ],
  "dependencies": {
    "marked": "^0.3.6",
    "marked-terminal": "^2.0.0"
  }
}
