{
  "name": "rib-client",
  "version": "2.0.7",
  "description": "Client library to access the rib-server framework",
  "main": "lib/RibClient.js",
  "types": "lib/RibClient.d.ts",
  "files": [
    "lib/*"
  ],
  "scripts": {
    "pub": "npm run build; npm version patch; npm publish",
    "build": "tsc; webpack;"
  },
  "keywords": [
    "frontend",
    "realtime",
    "backend",
    "executions",
    "framework",
    "live",
    "js"
  ],
  "author": "Collin Cashio",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TheCollinCashio/Rib-Client/issues"
  },
  "homepage": "https://github.com/TheCollinCashio/Rib-Client#readme",
  "dependencies": {
    "socket.io-client": "^2.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.7.7",
    "@babel/polyfill": "^7.7.0",
    "@types/socket.io-client": "^1.4.32",
    "babel-loader": "^8.0.6",
    "webpack": "^4.41.5",
    "webpack-cli": "^3.3.10"
  }
}
