forked from douglasjunior/react-native-keyboard-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
36
37
38
39
40
41
42
{
"name": "react-native-keyboard-manager",
"version": "4.0.10-2",
"description": "Library that allows to prevent issues of keyboard sliding up and cover on React-Native iOS projects. ⚛",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-keyboard-manager.git"
},
"main": "index.js",
"keywords": [
"react-native",
"ios",
"keyboard",
"IQKeyboardManager"
],
"author": "Douglas Nassif Roma Junior",
"license": "MIT",
"bugs": {
"url": "https://github.com/douglasjunior/react-native-keyboard-manager/issues"
},
"homepage": "https://github.com/douglasjunior/react-native-keyboard-manager",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6",
"react": "16.0.0-alpha.6",
"react-native": "0.44.3"
},
"jest": {
"preset": "react-native"
},
"peerDependencies": {
"react-native": ">=0.40"
}
}