package.json 777 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "rongcloud-sdk",
  3. "version": "1.0.3",
  4. "description": "The Server SDK of RongCloud",
  5. "main": "index.js",
  6. "scripts": {
  7. "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 ."
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/rongcloud/server-sdk-nodejs"
  12. },
  13. "keywords": [
  14. "mobile",
  15. "im",
  16. "server",
  17. "sdk"
  18. ],
  19. "dependencies": {
  20. "sha1": ">=1.1.0",
  21. "superagent": ">=0.21.0"
  22. },
  23. "author": "RongCloud",
  24. "contributors": [
  25. {
  26. "name": "crystaldust",
  27. "email": "juzhenatpku@gmail.com"
  28. }
  29. ],
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/rongcloud/server-sdk-nodejs/issues"
  33. },
  34. "homepage": "http://rongcloud.cn"
  35. }