https://github.com/binaryjs/binaryjs
Revision e01527aa51e954751bd39ffe450842a4bf83cbe7 authored by ericz on 18 July 2012, 19:51:34 UTC, committed by ericz on 18 July 2012, 19:51:34 UTC
1 parent 3ed783f
Raw File
Tip revision: e01527aa51e954751bd39ffe450842a4bf83cbe7 authored by ericz on 18 July 2012, 19:51:34 UTC
v0.0.3
Tip revision: e01527a
package.json
{
  "author": "Eric Zhang (http://ericzhang.com)",
  "name": "binaryjs",
  "description": "Binary realtime streaming made easy",
  "version": "0.0.3",
  "homepage": "http://binaryjs.com",
  "repository": {
    "type": "git",
    "url": "git://github.com/binaryjs/binaryjs.git"
  },
  "main": "lib/server.js",
  "engines": {
    "node": ">=0.6.0"
  },
  "dependencies": {
    "streamws" : ">=0.0.0",
    "binarypack": ">=0.0.0",
    "streamers": ">=0.1.0"
  }
}
back to top