{
  "name": "cu-events",
  "version": "0.1.8",
  "description": "Camelot Unchained Client Library - Events",
  "license": "MPL-2.0",
  "main": "lib/main.js",
  "contributors": [
    "Mehuge <mehuge@sorcerer.co.uk>",
    "JB (codecorsair) <jb@codecorsair.com>"
  ],
  "keywords": [
    "Camelot",
    "Unchained",
    "cu",
    "cu-ui",
    "cu-events"
  ],
  "files": [
    "lib/",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/csegames/cu-events.git"
  },
  "dependencies": {
    "reflux": "^0.2.12",
    "cu-core": "^0.1.8",
    "cu-restapi": "git+https://github.com/Mehuge/cu-restapi.git#master"
  },
  "devDependencies": {
    "gulp": "^3.9.0",
    "cu-build-tools": "^0.1.8"
  },
  "typescript": {
    "definition": "./lib/cu-events.d.ts"
  }
}
