package.json 369 B

1234567891011121314151617
  1. {
  2. "name": "qcloud-weapp-client-demo",
  3. "version": "2.0.0",
  4. "description": "腾讯云微信小程序客户端 DEMO",
  5. "main": "app.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/tencentyun/weapp-client-demo.git"
  9. },
  10. "keywords": [],
  11. "author": "CFETeam",
  12. "license": "MIT",
  13. "dependencies": {
  14. "wafer2-client-sdk": "^1.0.0"
  15. }
  16. }