react-native-buglife
Version:
Buglife for React Native
43 lines (42 loc) • 871 B
JSON
{
"name": "react-native-buglife",
"version": "0.1.13",
"description": "Buglife for React Native",
"main": "index",
"nativePackage": true,
"scripts": {
"test": "flow"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"buglife"
],
"author": {
"name": "Buglife",
"email": "support@buglife.com"
},
"homepage": "https://www.buglife.com",
"repository": {
"type": "git",
"url": "git://github.com/buglife/react-native-buglife.git"
},
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.40"
},
"rnpm": {
"ios": {
"project": "ios/RNBuglife.xcodeproj"
},
"android": {
"packageInstance": "BuglifeModule.getPackage()",
"packageImportPath": "import com.buglife.BuglifeModule;"
}
}
}