{
  "name": "flow-write",
  "version": "0.0.4",
  "description": "Thin wrapper for graceful-fs file write stream.",
  "author": {
    "name": "Athan Reines",
    "email": "athan@nodeprime.com"
  },
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "athan@nodeprime.com"
    }
  ],
  "scripts": {
    "test": "mocha"
  },
  "main": "./lib",
  "repository": {
    "type": "git",
    "url": "git://github.com/flow-io/flow-write.git"
  },
  "keywords": [
    "stream",
    "writable",
    "graceful-fs",
    "flow",
    "flow.io"
  ],
  "bugs": {
    "url": "https://github.com/flow-io/flow-write/issues"
  },
  "dependencies": {
    "graceful-fs": "~3.0.2"
  },
  "devDependencies": {
    "mocha": "1.x.x",
    "chai": "1.x.x",
    "stream-spec": "~0.3.5"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ]
}
