{
  "name": "fuhub-client",
  "version": "0.1.30",
  "description": "hub client",
  "main": "lib/index.js",
  "scripts": {
    "lint": "eslint src",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fuhub/fuhub-client.git"
  },
  "keywords": [
    "client"
  ],
  "author": "Sergey Todyshev <stodyshev@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fuhub/fuhub-client/issues"
  },
  "homepage": "https://github.com/fuhub/fuhub-client#readme",
  "dependencies": {
    "es6-promise": "^4.0.5",
    "eventemitter3": "^2.0.2",
    "eventsource": "^0.2.1",
    "isomorphic-fetch": "^2.2.1",
    "lodash": "^4.17.4",
    "pluralize": "^3.1.0",
    "query-string": "^4.3.1",
    "url-join": "1.1.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "expect.js": "^0.3.1",
    "mocha": "^3.2.0",
    "react-devpack": "^0.2.13"
  }
}
