{
  "name": "fs-promise",
  "version": "2.0.3",
  "description": "[DEPRECATED] Use mz or fs-extra^3.0 with Promise Support",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kevinbeaty/fs-promise.git"
  },
  "keywords": [
    "promise",
    "fs",
    "file",
    "file system"
  ],
  "author": "Kevin Beaty",
  "license": "MIT",
  "dependencies": {
    "any-promise": "^1.3.0",
    "fs-extra": "^2.0.0",
    "mz": "^2.6.0",
    "thenify-all": "^1.6.0"
  },
  "devDependencies": {
    "@types/fs-extra": "0.0.37",
    "@types/mz": "0.0.30",
    "mocha": "^3.0.0",
    "es6-promise": "^4.0.0",
    "rsvp": "^3.0.0",
    "bluebird": "^3.0.0",
    "when": "^3.0.0",
    "q": "^1.0.0"
  }
}
