bower.json 427 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "qcloud-weapp-client-demo",
  3. "description": "QCloud Wechat App Demo",
  4. "main": "app.js",
  5. "authors": [
  6. "Tencent Clound"
  7. ],
  8. "license": "MIT",
  9. "keywords": [
  10. "qcloud",
  11. "wechat",
  12. "weapp",
  13. "demo",
  14. "sdk"
  15. ],
  16. "homepage": "",
  17. "ignore": [
  18. "**/.*",
  19. "node_modules",
  20. "bower_components",
  21. "test",
  22. "tests"
  23. ],
  24. "dependencies": {
  25. "qcloud-weapp-client-sdk": "*"
  26. }
  27. }