-
Notifications
You must be signed in to change notification settings - Fork 98
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 746 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 746 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
29
30
31
32
{
"name": "react-native-keyevent",
"version": "0.3.2",
"description": "Capture external keyboard keys or remote control button events",
"types": "index.d.ts",
"keywords": [
"react-native",
"keyevent",
"keyboard",
"external",
"android",
"module",
"remote"
],
"author": "Kevin Johnson <kevinejohn@gmail.com> (github.com/kevinejohn)",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/kevinejohn/react-native-keyevent.git"
},
"bugs": {
"url": "https://github.com/kevinejohn/react-native-keyevent/issues"
},
"peerDependencies": {
"react-native": ">=0.30"
},
"rnpm": {
"android": {
"packageInstance": "new KeyEventPackage()"
}
}
}