forked from chadsmith/react-native-microphone-stream
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 946 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
35
36
37
38
{
"name": "react-native-microphone-stream",
"version": "0.0.1",
"description": "React Native module used for two-way audio",
"author": "Mohamed Moussa <mohamed@tarteel.io> (https://github.com/mmmoussa)",
"license": "MIT",
"contributors": [
{
"name": "Qiu Xiang",
"email": "i@7c00.cc"
},
{
"name": "Chad Smith",
"email": "chad@developer.email"
}
],
"keywords": [
"react-native",
"audio-recording",
"recording",
"microphone"
],
"homepage": "https://github.com/Tarteel-io/react-native-microphone-stream",
"repository": {
"type": "git",
"url": "git@github.com:Tarteel-io/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"
}
}