{
  "name": "mock-utf8-stream",
  "version": "0.1.1",
  "description": "Mock readable and writable streams for UTF-8 text.",
  "main": "index.js",
  "scripts": {
    "pretest": "jshint *.js test/*.js",
    "test": "istanbul test _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:reid/mock-stream.git"
  },
  "keywords": [
    "mock",
    "stream",
    "test"
  ],
  "author": "Reid Burke <me@reidburke.com> (http://reidburke.com)",
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/reid/mock-utf8-stream/issues"
  },
  "jshintConfig": {
    "node": true
  },
  "devDependencies": {
    "jshint": "~2.4.3",
    "chai": "~1.8.1",
    "istanbul": "~0.2.4",
    "mocha": "~1.17.1"
  }
}
