forked from darleikroth/rn-android-keyboard-adjust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 876 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
{
"name": "rn-android-keyboard-adjust",
"version": "2.0.0",
"description": "Simple android native module to manipulate the behavior of keyboard. Based on react-native-android-keyboard-adjust by Marc Zubricky.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/darleikroth/rn-android-keyboard-adjust.git"
},
"keywords": [
"react",
"native",
"android",
"keyboard",
"adjust"
],
"author": "Darlei Kroth <[email protected]> (https://github.com/darleikroth)",
"license": "MIT",
"bugs": {
"url": "https://github.com/darleikroth/rn-android-keyboard-adjust/issues"
},
"homepage": "https://github.com/darleikroth/rn-android-keyboard-adjust#readme",
"devDependencies": {
"@types/react-native": "^0.64.5"
}
}