Sha256: 3593fc43ff04d770d2a75f41f7f752386891ffc6a28e8c72965e0cdf6deb3e71

Contents?: true

Size: 704 Bytes

Versions: 2

Compression:

Stored size: 704 Bytes

Contents

{
  "name": "ruby-socket.io-client-simple",
  "description": "A simple ruby client for node.js's socket.io. Supports only WebSocket.",
  "private": true,
  "author": "Sho Hashimoto <hashimoto@shokai.org>",
  "license": "MIT",
  "homepage": "https://github.com/shokai/ruby-socket.io-client-simple",
  "dependencies": {
    "socket.io": "^1.3",
    "socket.io-client": "^1.3",
    "coffee-script": "*"
  },
  "devDependencies": {},
  "scripts": {
    "start": "coffee samples/chat_server.coffee"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shokai/ruby-socket.io-client-simple.git"
  },
  "bugs": {
    "url": "https://github.com/shokai/ruby-socket.io-client-simple/issues"
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
socket.io-client-simple-1.2.0 package.json
socket.io-client-simple-1.1.3 package.json