{
  "name": "poker-server-api",
  "version": "0.0.3",
  "description": "HTML client for online poker",
  "main": "poker.api.js",
  "scripts": {
    "compile": "tsc",
    "prepublish": "npm run compile",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/online-poker/poker-html-client.git"
  },
  "keywords": [
    "Poker",
    "online",
    "client"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/online-poker/poker-html-client/issues"
  },
  "homepage": "https://github.com/online-poker/poker-html-client#readme",
  "devDependencies": {
    "@types/jquery": "^1.10.31",
    "typescript": "^2.0.2"
  },
  "typings": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "lib/poker.commanding.api.d.ts",
    "index.js.map"
  ]
}
