{
  "name": "rc-parser",
  "version": "1.0.2",
  "description": "Find and parse rc, rc.js, rc.yaml or etc if any one of them exists",
  "main": "src/index.js",
  "scripts": {
    "test": "nyc ava --timeout=10s",
    "test-no-report": "NODE_DEBUG=rc-parser nyc ava --timeout=10s --verbose",
    "lint": "eslint .",
    "posttest": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
  },
  "files": [
    "src/",
    "sync.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/rc-parser.git"
  },
  "keywords": [
    "rc-parser",
    "eslintrc",
    "rc.js",
    "rc.yaml",
    "runtime-config",
    "rc",
    "read",
    "parser",
    "finder"
  ],
  "engines": {
    "node": ">= 6"
  },
  "ava": {
    "babel": false
  },
  "author": "kaelzhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/rc-parser/issues"
  },
  "devDependencies": {
    "ava": ">= 1.0.0-beta.6",
    "codecov": "^3.0.2",
    "eslint": "^5.1.0",
    "eslint-config-ostai": "^1.1.0",
    "eslint-plugin-import": "^2.13.0",
    "ini": "^1.3.5",
    "nyc": "^12.0.2"
  },
  "dependencies": {
    "@babel/code-frame": "^7.0.0-beta.55",
    "js-yaml": "^3.12.0",
    "json5": "^1.0.1",
    "make-array": "^1.0.5",
    "promise-faker": "^1.2.5",
    "promise.extra": "^3.0.1"
  }
}
