forked from Tintef/react-native-headphone-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 890 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
{
"name": "react-native-headphone-detection",
"version": "1.3.0",
"description": "React Native headphone detection, both audio jack and bluetooth devices!",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "Nicolás Tinte",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Tintef/react-native-headphone-detection.git"
},
"bugs": {
"url": "https://github.com/Tintef/react-native-headphone-detection/issues"
},
"homepage": "https://github.com/Tintef/react-native-headphone-detection#readme",
"keywords": [
"react-native",
"headphones",
"audio jack",
"bluetooth"
],
"peerDependencies": {
"react-native": "^0.41.2"
},
"devDependencies": {
"@types/react-native": "^0.62.18",
"react-native": "^0.41.2",
"typescript": "^3.9.6"
}
}