forked from mybigday/react-native-audio-pcm-stream
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.19 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-native-live-audio-fft",
"version": "1.3.0",
"description": "Get live audio PCM stream data then can fft to frequency histogram for React Native, also support wave surfer",
"license": "MIT",
"keywords": [
"audio",
"canvas",
"fft",
"frequency",
"frequency-histogram",
"histogram",
"live",
"live-stream",
"music",
"react-native",
"recording",
"pcm",
"voice",
"wave",
"waveform",
"wave-surfer"
],
"main": "index.js",
"homepage": "https://github.com/flyskywhy/react-native-live-audio-fft",
"bugs": {
"url": "https://github.com/flyskywhy/react-native-live-audio-fft/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/flyskywhy/react-native-live-audio-fft.git"
},
"author": "Qi Xi <[email protected]> (https://www.imxiqi.com/)",
"contributors": [
{
"name": "Li Zheng",
"email": "[email protected]",
"url": "https://github.com/flyskywhy"
}
],
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.12.0"
},
"dependencies": {
"atob": "2.1.2"
},
"peerDependencies": {}
}