{
  "author": "gucong",
  "bugs": {
    "url": "https://github.com/gucong3000/fs-extra-async/issues"
  },
  "dependencies": {
    "fs-extra": "*",
    "os-homedir": "^1.0.2"
  },
  "description": "Node file system library and fs-extra module promisified",
  "devDependencies": {
    "any-promise": "^1.3.0",
    "bluebird": "^3.5.0",
    "cover": "^0.2.9",
    "coveralls": "^2.13.1",
    "eslint": "^4.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.2"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "homepage": "https://github.com/gucong3000/fs-extra-async#readme",
  "keywords": [
    "fs",
    "fs-extra",
    "graceful-fs",
    "file",
    "promise",
    "promisify",
    "any-promise",
    "posix",
    "async",
    "extend"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "name": "fs-extra-async",
  "optionalDependencies": {
    "git-win": "^1.2.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gucong3000/fs-extra-async.git"
  },
  "scripts": {
    "coveralls": "npm run test-cov && coveralls < coverage/lcov.info",
    "pretest": "eslint lib/*.js",
    "test": "mocha",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha"
  },
  "version": "2.0.3"
}
