{
  "name": "auttarjs",
  "version": "0.1.2",
  "description": "Auttar WebSocket JS Class. An easy implementation of Auttar WebSocket Service.",
  "repository": {
    "type": "git",
    "url": "https://github.com/bloodf/auttar-js.git"
  },
  "keywords": [
    "auttar",
    "websocket",
    "tef"
  ],
  "author": {
    "name": "Heitor Ramon Ribeiro",
    "email": "heitor.ramon@gmail.com"
  },
  "license": "MIT",
  "main": "index.js",
  "jsnext:main": "index.es.js",
  "dependencies": {
    "@babel/runtime": "^7.0.0"
  }
}