react-native-bridge-firebase
Version:
Can easy to use Analytics/Crash/Config/Message of Firebase on ReactNative
29 lines (28 loc) • 681 B
JSON
{
"name": "react-native-bridge-firebase",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"keywords": [
"react-native"
],
"author": "YuTin",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.40"
},
"dependencies": {
"glob": "^7.1.1",
"xcode": "^0.9.1"
},
"rnpm": {
"commands": {
"postlink": "node node_modules/react-native-bridge-firebase/script/postlink",
"postunlink": "node node_modules/react-native-bridge-firebase/script/postunlink"
}
}
}