Files
react-native-keyboard-manager/package.json
Douglas Nassif Roma Junior af41a7296d Update sample project
2019-12-04 08:33:26 -03:00

47 lines
1.2 KiB
JSON

{
"name": "react-native-keyboard-manager",
"version": "4.0.13-16",
"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": {
"name": "Douglas Nassif Roma Junior",
"email": "nassifrroma@gmail.com",
"url": "http://douglasjunior.me"
},
"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"
}
}