1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "rongcloud-sdk",
- "version": "1.0.3",
- "description": "The Server SDK of RongCloud",
- "main": "index.js",
- "scripts": {
- "installTestModules": "npm install async@1.2.1 mocha@2.2.5 should@6.0.3 underscore@1.8.3 xml2js@0.4.9",
- "test": "cd test && mocha ."
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/rongcloud/server-sdk-nodejs"
- },
- "keywords": [
- "mobile",
- "im",
- "server",
- "sdk"
- ],
- "dependencies": {
- "bluebird": "^3.3.1",
- "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",
- "devDependencies": {
- "async": "^1.5.2",
- "should": "^8.0.2",
- "underscore": "^1.8.3",
- "xml2js": "^0.4.15"
- },
- "_from": "rongcloud-sdk@git+https://github.com/rongcloud/server-sdk-nodejs.git",
- "_resolved": "https://github.com/rongcloud/server-sdk-nodejs.git#master"
- }
|