{
  "name": "imgstream",
  "version": "0.0.4",
  "description": "Turn a stream of encoded images into a stream of raw image data",
  "devDependencies": {
    "nodeunit": "~0.9.1"
  },
  "scripts": {
    "test": "./node_modules/nodeunit/bin/nodeunit $(find ./test -name \\*Test.js)"
  },
  "dependencies": {
    "get-pixels": "~3.2.2",
    "through2": "~2.0.0",
    "xtend": "^4.0.0"
  }
}
