{
  "author": "Eirik Albrigtsen <analsandblaster@gmail.com>",
  "name": "confortable",
  "description": "Finds the right recursively placed config file",
  "version": "1.0.0",
  "repository": {
    "type": "git",
    "url": "clux/confortable"
  },
  "keywords": [
    "config",
    "finder",
    "recursive",
    "comfortable",
    "nottypo"
  ],
  "main": "confortable.js",
  "scripts": {
    "test": "nodeunit --reporter=verbose test/*.js",
    "precoverage": "jscoverage confortable.js",
    "coverage": "CONFORTABLE_COV=1 nodeunit --reporter=lcov test/*.js"
  },
  "devDependencies": {
    "nodeunit": "^0.9.0",
    "jscoverage": "^0.5.5"
  },
  "license": "MIT"
}
