{
  "name": "vinyl-fs",
  "description": "Vinyl adapter for the file system",
  "version": "0.3.14",
  "homepage": "http://github.com/wearefractal/vinyl-fs",
  "repository": "git://github.com/wearefractal/vinyl-fs.git",
  "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
  "main": "./index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "dependencies": {
    "defaults": "^1.0.0",
    "glob-stream": "^3.1.5",
    "glob-watcher": "^0.0.6",
    "graceful-fs": "^3.0.0",
    "mkdirp": "^0.5.0",
    "strip-bom": "^1.0.0",
    "through2": "^0.6.1",
    "vinyl": "^0.4.0"
  },
  "devDependencies": {
    "buffer-equal": "^0.0.1",
    "coveralls": "^2.6.1",
    "istanbul": "^0.3.0",
    "jshint": "^2.4.1",
    "mocha": "^2.0.0",
    "mocha-lcov-reporter": "^0.0.1",
    "rimraf": "^2.2.5",
    "should": "^4.0.0",
    "sinon": "^1.10.3"
  },
  "scripts": {
    "test": "mocha --reporter spec && jshint lib",
    "coveralls": "istanbul cover _mocha -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/wearefractal/vinyl-fs/raw/master/LICENSE"
    }
  ]
}
