{
  "name": "async-stream-emitter",
  "version": "3.0.3",
  "description": "An alternantive to EventEmitter using consumable streams.",
  "main": "index.js",
  "scripts": {
    "build": "gulp browserify; gulp minify",
    "test": "./node_modules/mocha/bin/_mocha --reporter spec --timeout 10000 --slow 10000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SocketCluster/async-stream-emitter.git"
  },
  "keywords": [
    "iterable",
    "async",
    "stream",
    "event",
    "emitter",
    "for-await-of"
  ],
  "author": "Jonathan Gros-Dubois",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SocketCluster/async-stream-emitter/issues"
  },
  "homepage": "https://github.com/SocketCluster/async-stream-emitter#readme",
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "babel-plugin-minify-dead-code-elimination": "^0.5.0",
    "browserify": "^16.2.3",
    "gulp": "^4.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-cli": "^2.0.1",
    "gulp-convert-newline": "^0.0.3",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^1.4.0",
    "gulp-uglify": "^3.0.1",
    "mocha": "^5.2.0",
    "uglify-es": "^3.3.9",
    "vinyl-source-stream": "^2.0.0"
  },
  "dependencies": {
    "stream-demux": "^7.0.1"
  }
}
