forked from beefe/react-native-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 KB
/
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
{
"name": "react-native-new-keyboard",
"version": "1.0.0",
"description": "This package is a static keyboard for react-native. Is a react-native-keyboard-fork",
"main": "lib/index.js",
"scripts": {},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/sergiotucano/react-native-new-keyboard.git"
},
"author": "Sergio Clemente",
"license": "MIT",
"bugs": {
"url": "https://github.com/sergiotucano/react-native-new-keyboard/issues"
},
"homepage": "https://github.com/sergiotucano/react-native-new-keyboard#readme",
"_shasum": "902d4878c1c66a2a8ef8075d674279ececd027a5",
"_from": "git+https://github.com/sergiotucano/react-native-new-keyboard.git",
"_resolved": "git+https://github.com/sergiotucano/react-native-new-keyboard.git#e79e1eace4d0dab225ea07e7c3d02a2b7fb80b07",
"peerDependencies": {
"prop-types": "^15.6.1"
},
"directories": {
"doc": "doc",
"lib": "lib"
},
"keywords": [
"react",
"react-native",
"keyboard"
]
}