{
  "name": "stalk-js",
  "version": "0.1.1",
  "description": "s-talk javascript client.",
  "main": "index.js",
  "repository": {
    "url": "git+https://github.com/mzget/stalk-javascript-client.git",
    "type": "git"
  },
  "author": "nattapon.r <nattapon.r@live.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mzget/stalk-javascript-client/issues"
  },
  "homepage": "https://github.com/mzget/stalk-javascript-client#readme",
  "dependencies": {
    "async": "^2.6.1",
    "crypto-js": "^3.1.9-1",
    "es6-shim": "^0.35.3",
    "events": "^1.1.1",
    "pomelo-protobuf": "^0.4.0",
    "pomelo-protocol": "^0.1.6",
    "rxjs-es": "^5.0.0-beta.12",
    "ws": "^1.1.5"
  },
  "devDependencies": {
    "@types/async": "^2.0.49",
    "@types/crypto-js": "^3.1.41",
    "@types/jest": "^21.1.10",
    "@types/node": "^8.10.21",
    "jest": "^21.2.1",
    "tslint": "^5.10.0",
    "typescript": "^2.9.2"
  },
  "scripts": {
    "test": "jest"
  },
  "keywords": [
    "stalk",
    "node.js",
    "chat-server"
  ],
  "typings": "./index.d.ts"
}