{
  "name": "file-reader",
  "description": "Read a glob of files, dynamically choosing the reader or requiring the files based on the file extension.",
  "version": "1.1.1",
  "homepage": "https://github.com/jonschlinkert/file-reader",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/file-reader",
  "bugs": {
    "url": "https://github.com/jonschlinkert/file-reader/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "camel-case": "^1.2.2",
    "extend-shallow": "^2.0.1",
    "lazy-cache": "^1.0.4",
    "map-files": "^0.8.0",
    "read-yaml": "^1.0.0"
  },
  "devDependencies": {
    "gulp-format-md": "^0.1.8",
    "js-yaml": "^3.6.0",
    "mocha": "^2.4.5",
    "should": "^8.3.1"
  },
  "keywords": [
    "detect",
    "file",
    "format",
    "fs",
    "js",
    "json",
    "map",
    "read",
    "read-file",
    "read-file-sync",
    "reader",
    "text",
    "util",
    "utils",
    "yaml"
  ],
  "verb": {
    "plugins": [
      "gulp-format-md"
    ],
    "reflinks": [
      "verb"
    ],
    "toc": false,
    "layout": "default",
    "lint": {
      "reflinks": true
    },
    "tasks": [
      "readme"
    ],
    "related": {
      "list": [
        "map-files",
        "parse-filepath"
      ]
    }
  }
}
