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.
23 lines
545 B
23 lines
545 B
2 years ago
|
{
|
||
|
"name": "@escook/request-miniprogram",
|
||
|
"version": "0.2.1",
|
||
|
"description": "基于 Promise 的小程序网路请求库",
|
||
|
"main": "miniprogram_dist/index.js",
|
||
|
"miniprogram": "miniprogram_dist",
|
||
|
"scripts": {},
|
||
|
"keywords": [
|
||
|
"request",
|
||
|
"miniprogram",
|
||
|
"wx",
|
||
|
"weixin"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:liulongbin1314/request-miniprogram.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/liulongbin1314/request-miniprogram/issues"
|
||
|
},
|
||
|
"author": "LiuLongBin",
|
||
|
"license": "MIT"
|
||
|
}
|