{
  "name": "fs-sync",
  "version": "1.0.6",
  "description": "synchronous fs with more fun",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec ./test/*.js"
  },
  "files": [
    "index.js"
  ],
  "author": "kael",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git@github.com:kaelzhang/node-fs-sync.git"
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/node-fs-sync/issues"
  },
  "keywords": [
    "fs",
    "fs-sync",
    "sync",
    "synchronous fs",
    "copy",
    "mkdir",
    "mkdirp",
    "write",
    "read",
    "readJSON",
    "isDir",
    "isFile",
    "isLink",
    "exists",
    "grunt file",
    "delete",
    "expand",
    "contain"
  ],
  "dependencies": {
    "glob": "^7.1.0",
    "iconv-lite": "^0.4.13",
    "lodash": "^4.16.1",
    "mkdirp": "^0.5.1",
    "rimraf": "^2.1.4"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "mocha": "^2.3.3",
    "tmp": "0.0.28"
  }
}
