{
  "name": "portal-client",
  "version": "1.1.1",
  "homepage": "http://flowersinthesand.github.io/portal/",
  "description": "Portal client for Node.js",
  "main": "portal.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/flowersinthesand/portal.git"
  },
  "keywords": [
    "realtime",
    "websocket",
    "http",
    "comet",
    "streaming",
    "longpolling"
  ],
  "author": {
    "name": "Donghwan Kim",
    "email": "flowersinthesand@gmail.com"
  },
  "license": "Apache License, Version 2.0",
  "bugs": {
    "url": "https://github.com/flowersinthesand/portal/issues"
  },
  "dependencies": {
    "jsdom": "0.8.10",
    "ws": "0.4.31",
    "eventsource": "0.0.10"
  },
  "devDependencies": {
    "qunit": "0.5.18",
    "send": "0.1.4",
    "node-uuid": "1.4.1"
  }
}
