forked from yelled3/react-native-segment-io-analytics
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
47 lines (47 loc) · 1.04 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "react-native-analytics",
"version": "0.1.2",
"description": "The Ananlytics API you've always wanted. Now for React Native. Powered by Segment.",
"repository": {
"type": "git",
"url": "[email protected]:tonyxiao/react-native-analytics.git"
},
"keywords": [
"react-native",
"react-component",
"react-components",
"analytics",
"segment",
"segmentio",
"ios",
"android"
],
"authors": [
{
"name": "Tal Kain",
"email": "[email protected]",
"url": "https://www.smore.com"
}, {
"name": "Tony Xiao",
"email": "[email protected]",
"url": "https://tonyxiao.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tonyxiao/react-native-analytics/issues"
},
"maintainers": [
{
"name": "talkain",
"email": "[email protected]"
}, {
"name": "tonyxiao",
"email": "[email protected]"
}
],
"homepage": "https://github.com/tonyxiao/react-native-analytics",
"peerDependencies": {
"react-native": ">=0.40.0"
}
}