forked from shimo-react-native/react-native-keyboard-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 745 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-keyboard-view",
"version": "2.1.2",
"description": "Keyboard view for react-native",
"repository": {
"type": "git",
"url": "https://github.com/shimohq/react-native-keyboard-view"
},
"main": "KeyboardView.js",
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"keyboard",
"ios",
"android"
],
"scripts": {
"lint": "eslint ./"
},
"dependencies": {
"react-native-root-modal": "*"
},
"peerDependencies": {
"prop-types": "^15.5.8"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^2.13.1",
"eslint-plugin-react": "^4.3.0"
}
}