react-native-chartbeat-sdk
Version:
The React Native Chartbeat SDK is a native library providing Chartbeat tracking functionality for Android and iOS apps.
35 lines (34 loc) • 1.03 kB
JSON
{
"name": "react-native-chartbeat-sdk",
"title": "React Native Chartbeat SDK",
"version": "0.0.5",
"description": "The React Native Chartbeat SDK is a native library providing Chartbeat tracking functionality for Android and iOS apps.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"ios",
"android",
"chartbeat"
],
"repository": "https://github.com/shukerullah/react-native-chartbeat-sdk",
"author": "Pir Shukarullah Shah Rashdi <shuker_rashdi@yahoo.com> (https://github.com/shukerullah)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shukerullah/react-native-chartbeat-sdk/issues"
},
"homepage": "https://github.com/shukerullah/react-native-chartbeat-sdk#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"react": "18.1.0",
"react-native": "0.70.6"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}