{
  "name": "react-webrtc-sync",
  "version": "0.0.2",
  "description": "Sync React states via WebRTC with other users",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "React",
    "WebRTC",
    "Skylink"
  ],
  "author": "Thomas Gorissen",
  "license": "Apache 2",
  "repository": "https://github.com/serrynaimo/react-webrtc-sync.git",
  "dependencies": {
    "socket.io-client": "1.3.4",
    "adapterjs": "~0.10.5",
    "skylinkjs": "~0.5.9"
  }
}
