1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "qcloud-weapp-client-sdk",
- "description": "QCloud 微信小程序客户端 SDK",
- "main": "index.js",
- "authors": [
- "Tencent Cloud"
- ],
- "license": "MIT",
- "keywords": [
- "qcloud",
- "weapp",
- "wechat",
- "sdk",
- "client",
- "auth",
- "websocket"
- ],
- "homepage": "",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests",
- "typings.json",
- "jsconfig.json",
- "package.json",
- ".npmignore",
- ".travis.yml",
- ".gitignore"
- ]
- }
|