{
  "name": "then-fs",
  "version": "2.0.0",
  "description": "promised FS",
  "main": "index.js",
  "dependencies": {
    "promise": ">=3.2 <8"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/then/fs.git"
  },
  "keywords": [
    "promise",
    "then",
    "fs",
    "core"
  ],
  "author": "Nathan Zadoks",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/then/fs/issues"
  },
  "devDependencies": {
    "bash-color": "0.0.3"
  },
  "scripts": {
    "test": "node test/index.js"
  }
}
