refiner-react-native
Version:
Official React Native wrapper for the Refiner Mobile SDK
37 lines (36 loc) • 976 B
JSON
{
"name": "refiner-react-native",
"version": "1.6.4",
"description": "Official React Native wrapper for the Refiner Mobile SDK",
"homepage": "https://github.com/refiner-io/mobile-sdk-react-native",
"repository": {
"type": "git",
"url": "git://github.com/refiner-io/mobile-sdk-react-native.git"
},
"keywords": [
"refiner.io",
"survey"
],
"bugs": {
"url": "https://github.com/refiner-io/mobile-sdk-react-native/issues"
},
"author": {
"name": "Refiner",
"email": "contact@refiner.io",
"url": "https://refiner.io"
},
"license": "MIT",
"private": false,
"peerDependencies": {
"react-native": "^0.76.6"
},
"types": "index.d.ts",
"devDependencies": {
"@react-native-community/cli": "^16.0.2",
"@react-native-community/cli-platform-android": "^16.0.2",
"@react-native-community/cli-platform-ios": "^16.0.2"
},
"dependencies": {
"@react-native-community/cli-platform-android": "^16.0.2"
}
}