{
  "name": "protoo",
  "version": "0.3.7",
  "description": "Fast and extensible Node.js signaling framework for Real-Time Communication applications",
  "main": "lib/protoo.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ibc/protoo.git"
  },
  "keywords": [
    "protoo",
    "realtime",
    "webrtc"
  ],
  "author": "Iñaki Baz Castillo <ibc@aliax.net>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ibc/protoo/issues"
  },
  "homepage": "http://protoojs.org",
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "array-flatten": "^1.1.1",
    "clone": "^1.0.2",
    "debug": "^2.2.0",
    "path-to-regexp": "1.2.1",
    "random-number": "^0.0.7",
    "random-string": "^0.1.2",
    "utils-merge": "^1.0.0",
    "websocket": "^1.0.22"
  },
  "devDependencies": {
    "eventcollector": "^0.1.5",
    "expect.js": "^0.3.1",
    "gulp": "git://github.com/gulpjs/gulp.git#4.0",
    "gulp-jscs": "^3.0.2",
    "gulp-jscs-stylish": "^1.3.0",
    "gulp-jshint": "^2.0.0",
    "gulp-mocha": "^2.1.3",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.1.0"
  },
  "scripts": {
    "test": "gulp test"
  }
}
