-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 828 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-usb-mouse-android",
"version": "0.1.3",
"description": "Capture external usb or bluetooth hardware mouse events like scroll and hover.",
"types": "index.d.ts",
"keywords": [
"react-native",
"motionevent",
"bluetooth",
"chromebook",
"genericmotionevent",
"usbmouse",
"mouse",
"hardware",
"usb",
"joystick",
"external",
"android",
"module",
"remote"
],
"author": "Andrew Kirkovski <[email protected]> (github.com/AndrewKirkovski)",
"license": "ISC",
"repository": {
"type": "git",
"url": "[email protected]:AndrewKirkovski/react-native-usb-mouse-android.git"
},
"bugs": {
"url": "https://github.com/AndrewKirkovski/react-native-usb-mouse-android/issues"
},
"peerDependencies": {
"react-native": ">=0.60"
}
}