{
  "name": "fcn-wrtc",
  "version": "2.0.4",
  "description": "Fully Connected Network over WebRTC connection",
  "main": "lib/fcn.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "npm run build:fcn",
    "esdoc": "esdoc && npm run esdoc:example",
    "esdoc:example": "cp -R ./dist ./example ./docs",
    "all": "npm test && npm run esdoc",
    "server": "node node_modules/foglet-signaling-server/express-signaling-server.js",
    "build:fcn": "browserify -r ./lib/fcn.js:fcn-wrtc  > ./dist/fcn-wrtc.bundle.js",
    "build:watch": "watchify -r ./lib/fcn.js:fcn-wrtc -o ./dist/fcn-wrtc.bundle.js -v -d "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RAN3D/fcn-wrtc.git"
  },
  "keywords": [
    "fully",
    "connected",
    "network",
    "webRTC"
  ],
  "author": "RAN3D",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RAN3D/fcn-wrtc/issues"
  },
  "homepage": "https://github.com/RAN3D/fcn-wrtc#readme",
  "dependencies": {
    "browserify": "^14.3.0",
    "debug": "^2.6.8",
    "esdoc": "^0.5.2",
    "esdoc-node": "^1.0.2",
    "foglet-signaling-server": "^0.2.1",
    "lodash": "^4.17.4",
    "n2n-overlay-wrtc": "git://github.com/ran3d/n2n-overlay-wrtc.git",
    "q": "^1.5.0",
    "socket.io-client": "^1.7.4",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "browserify": "^14.1.0",
    "foglet-signaling-server": "^0.2.0",
    "watchify": "^3.9.0"
  }
}
