{
  "name": "app.json",
  "version": "0.14.0",
  "description": "Create, validate, and render Heroku app.json manifests",
  "main": "index.js",
  "bin": {
    "app.json": "./bin/cli",
    "app": "./bin/cli",
    "apps": "./bin/cli"
  },
  "scripts": {
    "test": "mocha",
    "build": "bin/build",
    "doc": "bin/doc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/heroku/app.json"
  },
  "keywords": [
    "app.json"
  ],
  "author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/heroku/app.json/issues"
  },
  "homepage": "https://github.com/heroku/app.json",
  "dependencies": {
    "revalidator": "^0.1.8",
    "github-url-to-object": "^0.5.1",
    "superagent": "^0.17.0",
    "browserify-hogan": "^0.1.2",
    "hogan.js": "^2.0.0",
    "brfs": "^1.0.2",
    "async": "^0.7.0",
    "heroku-client": "^1.2.0",
    "commander": "^2.2.0",
    "marked": "^0.3.2",
    "to-title-case": "^0.1.4",
    "netrc": "^0.1.3",
    "flatten": "0.0.1",
    "chalk": "^0.4.0",
    "ini": "^1.1.0",
    "is-url": "^1.0.0",
    "redact-url": "^0.1.0",
    "merge": "^1.1.3"
  },
  "devDependencies": {
    "mocha": "^1.18.0",
    "browserify": "^3.38.0",
    "uglify-js": "^2.4.13",
    "cheerio": "^0.15.0",
    "nixt": "^0.3.0"
  }
}
