react-native-chartbeat-cs
Version:
Chartbeat native module
35 lines (34 loc) • 835 B
JSON
{
"name": "react-native-chartbeat-cs",
"title": "React Native Chartbeat",
"version": "5.2.0",
"description": "Chartbeat native module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cisclub/react-native-chartbeat.git",
"baseUrl": "https://github.com/cisclub/react-native-chartbeat"
},
"keywords": [
"react-native",
"chartbeat"
],
"author": {
"name": "cisclub, shukerullah",
"email": "yourname@email.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}