You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
520 B
33 lines
520 B
5 years ago
|
{
|
||
|
"name": "wafer-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"
|
||
|
]
|
||
|
}
|