Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / event-stream   js

Repository URL to install this package:

Version: 3.3.6 

/ package.json

{
  "name": "event-stream",
  "version": "3.3.6",
  "description": "construct pipes of streams of events",
  "homepage": "http://github.com/dominictarr/event-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/event-stream.git"
  },
  "dependencies": {
    "duplexer": "^0.1.1",
    "from": "^0.1.7",
    "map-stream": "0.0.7",
    "pause-stream": "^0.0.11",
    "split": "^1.0.1",
    "stream-combiner": "^0.2.2",
    "through": "^2.3.8"
  },
  "devDependencies": {
    "asynct": "^1.1.0",
    "it-is": "^1.0.3",
    "stream-spec": "^0.3.6",
    "tape": "^4.9.1",
    "ubelt": "^3.2.2"
  },
  "scripts": {
    "_prepublish": "npm ls && npm test",
    "test": "asynct test/",
    "test_tap": "set -e; for t in test/*.js; do node $t; done"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": {
      "ie": [
        8,
        9
      ],
      "firefox": [
        13
      ],
      "chrome": [
        20
      ],
      "safari": [
        5.1
      ],
      "opera": [
        12
      ]
    }
  },
  "license": "MIT",
  "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)"
}