{
  "name": "transporter.io",
  "version": "0.0.2",
  "description": "a transporter transport system over websockets.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/leostera/transporter.io"
  },
  "keywords": [
    "transporter",
    "transport",
    "system",
    "websockets"
  ],
  "author": "Leandro Ostera <sayhi@leostera.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leostera/transporter.io/issues"
  },
  "dependencies": {
    "engine.io-client": "~0.6.3"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  }
}
