{
  "name": "image-info-from-stream",
  "version": "0.3.0",
  "description": "access image info from stream",
  "main": "src/index.js",
  "scripts": {
    "test": "jest",
    "test:ci": "jest --ci --coverage",
    "coveralls": "cat ./coverage/lcov.info | \"./node_modules/coveralls/bin/coveralls.js\""
  },
  "files": [
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elcarim5efil/image-info-from-stream.git"
  },
  "keywords": [
    "image",
    "stream"
  ],
  "author": "elcarim5efil",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/elcarim5efil/image-info-from-stream/issues"
  },
  "homepage": "https://github.com/elcarim5efil/image-info-from-stream#readme",
  "devDependencies": {
    "coveralls": "^2.13.1",
    "jest": "^23.1.0"
  },
  "dependencies": {
    "through2": "^3.0.1"
  }
}
