package.json 310 B

12345678910111213
  1. {
  2. "name": "qcloud-weapp-client-demo",
  3. "version": "1.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. }