{
  "name": "streamium",
  "description": "Decentralized trustless video streaming using bitcoin payment channels.",
  "version": "0.0.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/streamium/streamium"
  },
  "license": "MIT",
  "keywords": [
    "video",
    "streaming",
    "bitcoin",
    "payment channel",
    "premium",
    "micropayment",
    "bitcore"
  ],
  "engines": {
    "node": "*"
  },
  "dependencies": {
    "bluebird": "^2.9.25",
    "express": "^3.20.3",
    "http-server": "^0.6.1",
    "peer": "^0.2.8",
    "request": "^2.55.0"
  },
  "scripts": {
    "prestart": "npm install",
    "start": "node server.js"
  },
  "bugs": {
    "url": "https://github.com/streamium/streamium/issues"
  },
  "homepage": "https://github.com/streamium/streamium",
  "main": "index.js",
  "author": "Eric Martindale"
}
