-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 848 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
39
40
41
{
"name": "react-native-security-keyboard",
"version": "1.1.3",
"description": "",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/yanzhandong/react-native-security-keyboard"
},
"tags": [
"react",
"react-native",
"react-component",
"ios",
"android"
],
"keywords": [
"react",
"react-native",
"keyboard",
"ios",
"android",
"react-component"
],
"dependencies": {
"prop-types": "^15.6.1"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.7.2",
"eslint-plugin-flowtype": "^2.36.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"flow": "^0.2.3",
"flow-bin": "0.47.0"
},
"author": "yan",
"license": "ISC"
}