{
  "name": "read-data",
  "description": "Read JSON or YAML files.",
  "version": "1.1.0",
  "homepage": "https://github.com/jonschlinkert/read-data",
  "author": "Jon Schlinkert (http://github.com/jonschlinkert)",
  "contributors": [
    "Charlike Mike Reagent (https://i.am.charlike.online)",
    "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
  ],
  "repository": "jonschlinkert/read-data",
  "bugs": {
    "url": "https://github.com/jonschlinkert/read-data/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "extend-shallow": "^2.0.1",
    "read-yaml": "^1.1.0"
  },
  "devDependencies": {
    "gulp-format-md": "^0.1.11",
    "js-yaml": "^3.8.2",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "async",
    "data",
    "file",
    "fs",
    "json",
    "read",
    "reader",
    "sync",
    "system",
    "yaml"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "list": [
        "read-yaml",
        "write",
        "copy"
      ]
    },
    "reflinks": [
      "js-yaml",
      "verb",
      "verb-generate-readme"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
