{
  "name": "rongcloud-sdk",
  "version": "3.1.1",
  "description": "The Server SDK of RongCloud",
  "main": "index.js",
  "scripts": {
    "eslint": "eslint .",
    "test": "istanbul cover node_modules/jasmine/bin/jasmine.js",
    "precommit": "npm run eslint"
  },
  "precommit": [
    "npm run precommit"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rongcloud/server-sdk-nodejs"
  },
  "keywords": [
    "mobile",
    "im",
    "server",
    "sdk"
  ],
  "author": "RongCloud",
  "contributors": [
    {
      "name": "yuhongda",
      "email": "yuhongda0315@163.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rongcloud/server-sdk-nodejs/issues"
  },
  "homepage": "http://rongcloud.cn",
  "dependencies": {
    "superagent": "^3.8.1",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "eslint": "^5.9.0",
    "istanbul": "^0.4.5",
    "jasmine": "^2.8.0",
    "precommit": "^1.2.2"
  }
}
