-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
35 lines (35 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "expo-analytics",
"version": "1.0.18",
"description": "Google Analytics integration for use with React Native apps built on Expo.",
"main": "index.js",
"types": "types.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanvanderpol/expo-analytics.git"
},
"keywords": [
"react",
"native",
"expo",
"google",
"analytics"
],
"author": "Ryan Vanderpol",
"license": "MIT",
"bugs": {
"url": "https://github.com/ryanvanderpol/expo-analytics/issues"
},
"homepage": "https://github.com/ryanvanderpol/expo-analytics#readme",
"dependencies": {
"expo-constants": "^12.1.2"
},
"devDependencies": {
"expo": "^20.0.0",
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-20.0.0.tar.gz"
}
}