{
  "name": "shimo",
  "version": "1.7.0",
  "description": "Official Shimo client for Node.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shimohq/shimo.js.git"
  },
  "keywords": [
    "shimo"
  ],
  "author": "Zihua Li <lizihua@shimo.im>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shimohq/shimo.js/issues"
  },
  "homepage": "https://github.com/shimohq/shimo.js#readme",
  "dependencies": {
    "bluebird": "^3.4.0",
    "config": "^1.16.0",
    "http-errors": "^1.5.0",
    "lodash": "^4.13.1",
    "qs": "^6.2.0",
    "request": "^2.72.0"
  },
  "devDependencies": {
    "chai": "^3.4.0",
    "mocha": "^2.3.3"
  }
}
