31 lines
852 B
JSON
31 lines
852 B
JSON
{
|
|
"name": "react-native-context-menu-view",
|
|
"title": "React Native Context Menu View",
|
|
"version": "1.21.0",
|
|
"description": "Use native context menu views from React Native",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mpiannucci/react-native-context-menu-view.git",
|
|
"baseUrl": "https://github.com/mpiannucci/react-native-context-menu-view"
|
|
},
|
|
"keywords": [
|
|
"react-native"
|
|
],
|
|
"author": {
|
|
"name": "Matthew Iannucci",
|
|
"email": "mpiannucci@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"licenseFilename": "LICENSE",
|
|
"readmeFilename": "README.md",
|
|
"peerDependencies": {
|
|
"react": "^16.8.1 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
"react-native": ">=0.60.0-rc.0 <1.0.x"
|
|
}
|
|
}
|