package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "rongcloud-sdk",
  3. "version": "1.0.3",
  4. "description": "The Server SDK of RongCloud",
  5. "main": "index.js",
  6. "scripts": {
  7. "installTestModules": "npm install async@1.2.1 mocha@2.2.5 should@6.0.3 underscore@1.8.3 xml2js@0.4.9",
  8. "test": "cd test && mocha ."
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/rongcloud/server-sdk-nodejs"
  13. },
  14. "keywords": [
  15. "mobile",
  16. "im",
  17. "server",
  18. "sdk"
  19. ],
  20. "dependencies": {
  21. "bluebird": "^3.3.1",
  22. "superagent": ">=0.21.0"
  23. },
  24. "author": "RongCloud",
  25. "contributors": [
  26. {
  27. "name": "crystaldust",
  28. "email": "juzhenatpku@gmail.com"
  29. }
  30. ],
  31. "license": "MIT",
  32. "bugs": {
  33. "url": "https://github.com/rongcloud/server-sdk-nodejs/issues"
  34. },
  35. "homepage": "http://rongcloud.cn",
  36. "devDependencies": {
  37. "async": "^1.5.2",
  38. "should": "^8.0.2",
  39. "underscore": "^1.8.3",
  40. "xml2js": "^0.4.15"
  41. },
  42. "_from": "rongcloud-sdk@git+https://github.com/rongcloud/server-sdk-nodejs.git",
  43. "_resolved": "https://github.com/rongcloud/server-sdk-nodejs.git#master"
  44. }