{
  "name": "tube",
  "description": "Experimental Resource Loader implementing using Server Sent Events",
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "version": "0.0.1",
  "main": "server/",
  "dependencies": {
    "async": "0.1.x",
    "debug": "*",
    "fstream": "0.1.x"
  },
  "devDependencies": {
    "mocha": "1.5.x",
    "expect.js": "0.1.x",
    "rigger": "0.4.x",
    "tako": "git://github.com/mikeal/tako.git",
    "zombie": "2.0.x"
  },
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/DamonOehlman/tube.git"
  },
  "bugs": {
    "url": "https://bitbucket.org/DamonOehlman/tube/issues"
  },
  "scripts": {
    "build": "./node_modules/.bin/rig src/tube.js > tube.js",
    "test": "./node_modules/.bin/mocha --reporter spec -t 0"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "resource-loader",
    "sse"
  ],
  "license": "MIT"
}