-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 961 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
35
36
37
38
{
"name": "virtual-keyboard-offset",
"version": "1.0.10",
"description": "A react hook that calculates the distance that your components are offset and the size of the remaining viewport when iOS/Android mobile virtual keyboards open",
"main": "index.js",
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hxf31891/virtual-keyboard-offset.git"
},
"keywords": [
"virtual",
"keyboard",
"virtual-keyboard",
"mobile",
"browser",
"react",
"hooks",
"ios",
"android",
"resize-event",
"event-listener"
],
"author": {
"name": "Harry Fox",
"email": "[email protected]"
},
"publishConfig": {
"@hxf31891:registry": "https://npm.pkg.github.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hxf31891/virtual-keyboard-offset/issues"
},
"homepage": "https://github.com/hxf31891/virtual-keyboard-offset#readme"
}