{
  "name": "viraljs",
  "version": "0.1.2",
  "description": "P2P distributed application made easy",
  "main": "./src/viral-container.js",
  "scripts": {
    "demo": "cd ./demo/ && nodemon --watch ./ --watch ../src/ ./server.js"
  },
  "keywords": [
    "p2p",
    "distribution",
    "applications",
    "viral",
    "javascript"
  ],
  "author": "Denis Radin aka PixelsCommander",
  "license": "ISC",
  "dependencies": {
    "express-useragent": "^0.2.0",
    "inline-source": "4.1.0",
    "mongoose": "^4.2.9",
    "socket.io": "^1.3.7",
    "socket.io-client": "^1.3.7",
    "socket.io-p2p": "^2.2.0",
    "socket.io-p2p-server": "^1.2.0"
  }
}
