forked from TarteelAI/react-native-microphone-stream
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "react-native-microphone-stream",
"version": "1.0.3",
"description": "React Native module for audio input data streaming",
"author": "Mark Elphinstone <[email protected]> (https://github.com/marksyzm)",
"license": "MIT",
"contributors": [
{
"name": "Qiu Xiang",
"email": "[email protected]"
},
{
"name": "Chad Smith",
"email": "[email protected]"
},
{
"name": "Mohamed Moussa",
"email": "[email protected]"
}
],
"keywords": [
"react-native",
"audio-recording",
"recording",
"microphone"
],
"homepage": "https://github.com/marksyzm/react-native-microphone-stream",
"repository": {
"type": "git",
"url": "[email protected]:marksyzm/react-native-microphone-stream.git"
},
"main": "MicrophoneStream.js",
"peerDependencies": {
"react-native": ">=0.47"
},
"devDependencies": {
"eslint": "1.10.3",
"babel-eslint": "5.0.0-beta8",
"eslint-plugin-react": "3.16.1",
"eslint-config-airbnb": "4.0.0"
}
}