bower.json 527 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "qcloud-weapp-client-sdk",
  3. "description": "QCloud 微信小程序客户端 SDK",
  4. "main": "index.js",
  5. "authors": [
  6. "Tencent Cloud"
  7. ],
  8. "license": "MIT",
  9. "keywords": [
  10. "qcloud",
  11. "weapp",
  12. "wechat",
  13. "sdk",
  14. "client",
  15. "auth",
  16. "websocket"
  17. ],
  18. "homepage": "",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "tests",
  25. "typings.json",
  26. "jsconfig.json",
  27. "package.json",
  28. ".npmignore",
  29. ".travis.yml",
  30. ".gitignore"
  31. ]
  32. }