forked from mfay/IOReportMgt
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.
24 lines
676 B
24 lines
676 B
{
|
|
"name": "miniprogram-api-promise",
|
|
"version": "1.0.4",
|
|
"description": "Extend WeChat miniprogram's api to surport promise",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wechat-miniprogram-admin/miniprogram-api-promise.git"
|
|
},
|
|
"keywords": [
|
|
"miniprogram",
|
|
"api",
|
|
"promise"
|
|
],
|
|
"author": "sanfordsun",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/wechat-miniprogram-admin/miniprogram-api-promise/issues"
|
|
},
|
|
"homepage": "https://github.com/wechat-miniprogram-admin/miniprogram-api-promise#readme"
|
|
}
|
|
|