-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.07 KB
/
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
37
38
39
40
41
42
{
"name": "react-native-switch-audio-output",
"title": "React Native Switch Audio Output",
"version": "1.1.2",
"description": "The library for switch audio output source in your device for React Native ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/divergent-thinking/react-native-switch-audio-output.git",
"baseUrl": "https://github.com/divergent-thinking/react-native-switch-audio-output"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"switch audio component",
"coreaudio"
],
"author": {
"name": "Weerayut Hongsa",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^18",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "16.9.0",
"react-native": "^0.63.3"
}
}