{
  "name": "file-contents",
  "description": "Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.",
  "version": "0.2.4",
  "homepage": "https://github.com/jonschlinkert/file-contents",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "jonschlinkert/file-contents",
  "bugs": {
    "url": "https://github.com/jonschlinkert/file-contents/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "extend-shallow": "^2.0.0",
    "file-stat": "^0.1.0",
    "graceful-fs": "^4.1.2",
    "is-buffer": "^1.1.0",
    "is-utf8": "^0.2.0",
    "lazy-cache": "^0.2.3",
    "through2": "^2.0.0"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-istanbul": "^0.10.1",
    "gulp-jshint": "^1.11.2",
    "gulp-mocha": "^2.1.3",
    "jshint-stylish": "^2.0.1",
    "mocha": "*"
  },
  "keywords": [
    "buffer",
    "content",
    "contents",
    "directory",
    "file",
    "filepath",
    "fs",
    "is",
    "is-directory",
    "is-file",
    "path",
    "plugin",
    "read",
    "read-file",
    "readdir",
    "stat",
    "stats",
    "stream",
    "through",
    "vinyl"
  ],
  "verb": {
    "related": {
      "list": [
        "stream-loader",
        "file-stat",
        "file-symlinks",
        "vinyl",
        "vinyl-fs"
      ]
    }
  }
}
