forked from BonnierNews/react-native-audio-session
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 761 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
{
"name": "react-native-audio-session",
"version": "0.0.4",
"description": "React Native module for handling the AVAudioSession instance on iOS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BonnierNews/react-native-audio-session.git"
},
"keywords": [
"React",
"Native",
"native",
"iOS",
"audio",
"AVFoundation",
"AVAudioSession",
"bridge"
],
"author": "Johan Kasperi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/BonnierNews/react-native-audio-session/issues"
},
"homepage": "https://github.com/BonnierNews/react-native-audio-session#readme"
}