forked from xiqi/react-native-live-audio-stream
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@fugood/react-native-audio-pcm-stream",
"version": "1.1.4",
"description": "Get audio PCM stream data for React Native",
"license": "MIT",
"keywords": [
"live stream",
"react-native",
"audio",
"live",
"recording",
"voice",
"pcm"
],
"main": "index.js",
"homepage": "https://github.com/mybigday/react-native-audio-pcm-stream",
"bugs": {
"url": "https://github.com/mybigday/react-native-audio-pcm-stream/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/mybigday/react-native-audio-pcm-stream.git"
},
"author": "Qi Xi <[email protected]> (https://www.imxiqi.com/)",
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.12.0"
},
"dependencies": {},
"peerDependencies": {}
}