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