{
  "name": "socket.io-parser",
  "version": "2.1.4",
  "description": "socket.io protocol parser",
  "repository": {
    "type": "git",
    "url": "https://github.com/LearnBoost/socket.io-parser.git"
  },
  "dependencies": {
    "debug": "0.7.4",
    "json3": "3.2.6",
    "emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz",
    "isarray": "0.0.1"
  },
  "devDependencies": {
    "mocha": "1.16.2",
    "expect.js": "0.2.0",
    "zuul": "1.6.3"
  },
  "component": {
    "scripts": [
      "index.js"
    ]
  },
  "scripts": {
    "test": "make test"
  }
}
