-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
50 lines (49 loc) · 1.05 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
48
49
{
"name": "react-native-yandex-metrica",
"version": "0.0.4",
"description": "React Native bridge for using native YandexMobileMetrica libraries on iOS and Android",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test yet!\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sooth-sayer/react-native-yandex-metrica.git"
},
"author": "Soothsayer",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"keywords": [
"react",
"native",
"yandex",
"metrica",
"tracking",
"native",
"bridge",
"events",
"react-native",
"ios",
"android"
],
"rnpm": {
"ios": {
"sharedLibraries": [
"SystemConfiguration.framework",
"UIKit.framework",
"Foundation.framework",
"CoreTelephony.framework",
"CoreLocation.framework",
"CoreGraphics.framework",
"AdSupport.framework",
"Security.framework",
"libc++.tbd",
"libz.tbd",
"libsqlite3.0.tbd"
]
}
}
}