forked from Okelm/react-native-audio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 698 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 698 Bytes
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
{
"name": "react-native-audio",
"version": "1.3.0",
"description": "React Native library for simple audio recording. Wraps AVAudioRecorder/Player.",
"main": "Audio.ios.js",
"author": "Joshua Sierles <joshua@diluvia.net> (https://github.com/jsierles)",
"files": [
"ios/AudioRecorderManager.m",
"ios/AudioRecorderManager.h",
"ios/AudioPlayerManager.m",
"ios/AudioPlayerManager.h",
"ios/RNAudio.xcodeproj",
"README.md",
"LICENSE",
"Audio.ios.js"
],
"keywords": [
"react-native",
"ios",
"audio",
"record"
],
"repository": {
"type": "git",
"url": "git@github.com:jsierles/react-native-audio.git"
},
"nativePackage": true
}