-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
36 lines (36 loc) · 881 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
{
"name": "react-native-sound-level",
"version": "1.2.0",
"description": "A package to dynamically measure microphone input level",
"main": "index.js",
"author": "Vladimir Osipov (https://github.com/punarinta)",
"homepage": "https://github.com/punarinta/react-native-sound-level",
"files": [
"README.md",
"LICENSE",
"index.js",
"index.d.ts",
"RNSoundLevel.podspec",
"android/*",
"ios/RNSoundLevelModule.m",
"ios/RNSoundLevelModule.h",
"ios/RNSoundLevel.xcodeproj",
"desktop/*"
],
"keywords": [
"react-native",
"microphone",
"input",
"level",
"measure"
],
"repository": {
"type": "git",
"url": "[email protected]:punarinta/react-native-sound-level.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/punarinta/react-native-sound-level/issues"
},
"nativePackage": true
}