{
  "name": "transform-stream-test",
  "version": "0.0.8",
  "description": "A module that leverages tape to test a transform stream",
  "main": "index.js",
  "scripts": {
    "just-tests": "./node_modules/faucet/bin/cmd.js ./test/*.js",
    "test": "./node_modules/covert/bin/cmd.js ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jirwin/node-transform-stream-test.git"
  },
  "homepage": "https://github.com/jirwin/node-transform-stream-test",
  "keywords": [
    "tap",
    "tape",
    "stream",
    "transform",
    "test"
  ],
  "author": [
    "Phoebe Simon <phoebesimon@gmail.com>",
    "Justin Gallardo <justin.gallardo@gmail.com>"
  ],
  "license": "Apache v2",
  "devDependencies": {
    "faucet": "0.0.1",
    "covert": "~1.0.1"
  },
  "dependencies": {
    "underscore": "~1.7.0",
    "tape": "~3.0.0"
  }
}
