{
  "name": "stream-url",
  "version": "0.2.3",
  "homepage": "http://github.com/gritzko/stream-url",
  "repository": {
    "type": "git",
    "url": "https://github.com/gritzko/stream-url.git"
  },
  "author": {
    "email": "victor.grishchenko@gmail.com",
    "name": "Victor Grishchenko"
  },
  "email": "swarm.js@gmail.com",
  "license": "MIT",
  "files": [
    "src/*.js",
    "test/*.js",
    "LICENSE",
    "README.md"
  ],
  "main": "index.js",
  "dependencies": {
    "duplexify":  "3.4.5"
  },
  "devDependencies": {
    "tape": "^4.0.2",
    "tap-spec": "^4.0.2",
    "tape-dom": "^0.0.4"
  },
  "scripts": {
    "test": "node test/*.js | tap-spec"
  }
}
