Files
qiming/qiming-mobile/uni_modules/jz-h5-recorder-manager/package.json

46 lines
1004 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "jz-h5-recorder-manager",
"version": "1.0.0",
"description": "一个完全兼容 uni.getRecorderManager API 的H5录音插件支持H5、App、小程序等全平台",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"uniapp",
"uni-app",
"recorder",
"audio",
"h5",
"recording",
"microphone",
"cross-platform",
"插件",
"录音",
"音频"
],
"author": {
"name": "jz",
"email": ""
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitcode.com/weixin_47770976/jz-h5-getRecorderManager.git"
},
"homepage": "https://gitcode.com/weixin_47770976/jz-h5-getRecorderManager",
"bugs": {
"url": "https://gitcode.com/weixin_47770976/jz-h5-getRecorderManager/issues"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"js/",
"README.md",
"CHANGELOG.md"
],
"publishConfig": {
"access": "public"
}
}