react-native-ezviz-player
Version:
React Native集成萤石云播放和对讲功能
34 lines (33 loc) • 864 B
JSON
{
"name": "react-native-ezviz-player",
"version": "1.1.11",
"description": "React Native集成萤石云播放和对讲功能",
"keywords": [
"ezviz",
"player",
"voiceTalk"
],
"react-native": "index",
"source": "index",
"repository": "https://github.com/wangzhi17/react-native-ezviz-player",
"author": "Zhi Wang <wangzhi0114@163.com> (https://github.com/wangzhi17)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangzhi17/react-native-ezviz-player/issues"
},
"homepage": "https://github.com/wangzhi17/react-native-ezviz-player#readme",
"dependencies": {
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"codegenConfig": {
"name": "RCTEzvizPlayerSpecs",
"type": "all",
"jsSrcsDir": "src",
"android": {
"javaPackageName": "cn.wangzhi17.ezviz.player"
}
}
}