{
  "name": "cosmiconfig",
  "version": "2.1.1",
  "description": "Find and load configuration from a package.json property, rc file, or CommonJS module",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "lint": "node-version-gte-4 && eslint . || echo \"ESLint not supported\"",
    "ava": "ava test/*.test.js",
    "coverage": "nyc npm run ava && nyc report --reporter=html && open coverage/index.html",
    "test": "npm run ava && npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidtheclark/cosmiconfig.git"
  },
  "keywords": [
    "load",
    "configuration",
    "config"
  ],
  "author": "David Clark <david.dave.clark@gmail.com>",
  "contributors": [
    "Bogdan Chadkin <trysound@yandex.ru>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidtheclark/cosmiconfig/issues"
  },
  "homepage": "https://github.com/davidtheclark/cosmiconfig#readme",
  "dependencies": {
    "js-yaml": "^3.4.3",
    "minimist": "^1.2.0",
    "object-assign": "^4.1.0",
    "os-homedir": "^1.0.1",
    "parse-json": "^2.2.0",
    "require-from-string": "^1.1.0"
  },
  "devDependencies": {
    "ava": "0.16.0",
    "eslint": "3.5.0",
    "eslint-config-davidtheclark-node": "^0.2.0",
    "eslint-plugin-node": "^2.0.0",
    "expect": "^1.20.2",
    "lodash": "4.16.1",
    "node-version-check": "^2.1.1",
    "nyc": "^8.3.0",
    "sinon": "1.17.6"
  },
  "engines": {
    "node": ">=0.12"
  }
}
