{
  "name": "base-fs",
  "description": "base-methods plugin that adds vinyl-fs methods to your 'base' application for working with the file system, like src, dest, copy and symlink.",
  "version": "0.3.5",
  "homepage": "https://github.com/node-base/base-fs",
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  "repository": "node-base/base-fs",
  "bugs": {
    "url": "https://github.com/node-base/base-fs/issues"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "utils.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "dest": "^0.3.1",
    "extend-shallow": "^2.0.1",
    "is-registered": "^0.1.4",
    "is-valid-instance": "^0.1.0",
    "lazy-cache": "^2.0.1",
    "stream-exhaust": "^1.0.1",
    "through2": "^2.0.1",
    "vinyl-fs": "^2.4.3"
  },
  "devDependencies": {
    "base": "^0.6.4",
    "buffer-equal": "^1.0.0",
    "graceful-fs": "^4.1.2",
    "gulp-format-md": "^0.1.5",
    "mocha": "*",
    "rimraf": "^2.5.0",
    "should": "*",
    "sinon": "^1.17.2",
    "vinyl": "^1.1.1"
  },
  "keywords": [
    "base",
    "baseplugin",
    "file",
    "fs",
    "system",
    "vinyl"
  ],
  "verb": {
    "run": true,
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "related": {
      "highlight": "base-fs-conflicts",
      "list": [
        "base-data",
        "base-option",
        "base-plugins",
        "base-store"
      ]
    },
    "reflinks": [
      "verb"
    ],
    "lint": {
      "reflinks": true
    }
  }
}
