UNPKG

react-native-google-analytics-bridge

Version:

React Native bridge for using native Google Analytics libraries on iOS and Android

60 lines (59 loc) 1.54 kB
{ "name": "react-native-google-analytics-bridge", "version": "7.1.0", "description": "React Native bridge for using native Google Analytics libraries on iOS and Android", "main": "./dist/index.js", "types": "./dist/index.d.ts", "scripts": { "prepublishOnly": "yarn run build-all", "test": "echo \"Error: no test yet!\" && exit 0", "build": "tsc", "build-watch": "tsc --watch", "docs": "documentation readme dist/** --section=\"JavaScript API\"", "build-all": "rm -rf dist && yarn run build && yarn run docs", "precommit": "yarn run build" }, "repository": { "type": "git", "url": "git+https://github.com/idehub/react-native-google-analytics-bridge.git" }, "author": "Idéhub AS", "license": "MIT", "bugs": { "url": "https://github.com/idehub/react-native-google-analytics-bridge/issues" }, "homepage": "https://github.com/idehub/react-native-google-analytics-bridge#readme", "keywords": [ "react", "native", "google", "analytics", "tracking", "native", "bridge", "events", "screen", "hits", "react-native", "ios", "android" ], "rnpm": { "ios": { "sharedLibraries": [ "CoreData.framework", "SystemConfiguration.framework", "libz.tbd", "libsqlite3.0.tbd" ] } }, "devDependencies": { "@types/react": "16.3.1", "@types/react-native": "0.55.4", "documentation": "^8.0.0", "husky": "^0.14.3", "prettier": "^1.6.1", "typescript": "^2.5.2" } }