27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"name": "react-native-popover-ios",
|
|
"version": "0.3.14",
|
|
"description": "A native popover component for react-native, iOS only.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/shimohq/react-native-popover-ios.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"native",
|
|
"ios",
|
|
"popover",
|
|
"UIPopoverPresentationController"
|
|
],
|
|
"author": "Bell <bell@greedlab.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/shimohq/react-native-popover-ios/issues"
|
|
},
|
|
"homepage": "https://github.com/shimohq/react-native-popover-ios#readme"
|
|
}
|