{
  "name": "12factor-config",
  "description": "Read the config for your app from only the environment.",
  "version": "2.0.0",
  "homepage": "https://github.com/chilts/12factor-config",
  "scripts": {
    "test": "for FILE in test/*.js; do echo $FILE; node $FILE; done"
  },
  "dependencies": {},
  "devDependencies": {
    "tape": "^4.6.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/chilts/12factor-config.git"
  },
  "bugs": {
    "url": "http://github.com/chilts/12factor-config/issues",
    "mail": "andychilton@gmail.com"
  },
  "author": {
    "name": "Andrew Chilton",
    "email": "andychilton@gmail.com",
    "url": "http://www.chilts.org/"
  },
  "contributors": [
    {
      "name": "Stuart Clark",
      "email": "stuart.clark@Jahingo.com",
      "url": "https://github.com/stuart-c"
    },
    {
      "name": "Andy McConnell",
      "email": "amcconnell@fusionalliance.com",
      "url": "https://github.com/naptowncode"
    }
  ],
  "keywords": [
    "config",
    "env",
    "environment",
    "12factor"
  ],
  "license": "MIT"
}
