UNPKG

906 BJSONView Raw
1{
2 "name": "expo-analytics",
3 "version": "1.0.14",
4 "description": "Google Analytics integration for use with React Native apps built on Expo.",
5 "main": "index.js",
6 "types": "types.d.ts",
7 "scripts": {
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/ryanvanderpol/expo-analytics.git"
13 },
14 "keywords": [
15 "react",
16 "native",
17 "expo",
18 "google",
19 "analytics"
20 ],
21 "author": "Ryan Vanderpol",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/ryanvanderpol/expo-analytics/issues"
25 },
26 "homepage": "https://github.com/ryanvanderpol/expo-analytics#readme",
27 "dependencies": {
28 "expo-constants": "^5.0.1"
29 },
30 "devDependencies": {
31 "expo": "^20.0.0",
32 "react": "16.0.0-alpha.12",
33 "react-native": "https://github.com/expo/react-native/archive/sdk-20.0.0.tar.gz"
34 }
35}