1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "rongcloud-sdk",
- "version": "1.0.3",
- "description": "The Server SDK of RongCloud",
- "main": "index.js",
- "scripts": {
- "test": "cnpm install async@1.2.1 mocha@2.2.5 should@6.0.3 underscore@1.8.3 xml2js@0.4.9 && cd test && mocha ."
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/rongcloud/server-sdk-nodejs"
- },
- "keywords": [
- "mobile",
- "im",
- "server",
- "sdk"
- ],
- "dependencies": {
- "sha1": ">=1.1.0",
- "superagent": ">=0.21.0"
- },
- "author": "RongCloud",
- "contributors": [
- {
- "name": "crystaldust",
- "email": "juzhenatpku@gmail.com"
- }
- ],
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/rongcloud/server-sdk-nodejs/issues"
- },
- "homepage": "http://rongcloud.cn"
- }
|