forked from chadsmith/react-native-microphone-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.04 KB
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
{
"name": "react-native-microphone-dsp",
"version": "0.0.1",
"description": "React Native module used for DSP",
"author": "Petter Uvesten",
"license": "MIT",
"contributors": [
{
"name": "Chad Smith <chad@developer.email> (https://github.com/chadsmith)",
"license": "MIT",
"name": "Qiu Xiang",
"email": "i@7c00.cc"
}
],
"keywords": [
"react-native",
"audio-recording",
"recording",
"microphone"
],
"homepage": "https://github.com/chadsmith/react-native-microphone-dsp",
"repository": {
"type": "git",
"url": "git@github.com:chadsmith/react-native-microphone-dsp.git"
},
"files": [
"MicrophoneStream.js",
"android/src",
"android/build.gradle",
"ios"
],
"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"
},
"rnpm": {
"android": {
"sourceDir": "android"
}
}
}