1234567891011121314151617 |
- {
- "name": "qcloud-weapp-client-demo",
- "version": "2.0.0",
- "description": "腾讯云微信小程序客户端 DEMO",
- "main": "app.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/tencentyun/weapp-client-demo.git"
- },
- "keywords": [],
- "author": "CFETeam",
- "license": "MIT",
- "dependencies": {
- "wafer2-client-sdk": "^1.0.0"
- }
- }
|