mirror of
https://github.com/zhigang1992/react-native-keyboard-manager.git
synced 2026-01-12 17:42:34 +08:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "react-native-keyboard-manager",
|
|
"version": "4.0.13-13",
|
|
"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.12",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "0.47.0"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.47"
|
|
}
|
|
}
|