123456789101112131415161718192021222324252627 |
- {
- "name": "qcloud-weapp-client-demo",
- "description": "QCloud Wechat App Demo",
- "main": "app.js",
- "authors": [
- "Tencent Clound"
- ],
- "license": "MIT",
- "keywords": [
- "qcloud",
- "wechat",
- "weapp",
- "demo",
- "sdk"
- ],
- "homepage": "",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "qcloud-weapp-client-sdk": "*"
- }
- }
|