Files
react-native-keyboard-manager/package.json
Douglas Nassif Roma Junior 48d68172b3 Remove react-native.config.js to fix autolinking.
Release 4.0.13-15.
2019-07-18 09:51:15 -03:00

43 lines
1.1 KiB
JSON

{
"name": "react-native-keyboard-manager",
"version": "4.0.13-15",
"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"
}
}