forked from ronit-kadwane/unity-ads-react-native-module
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.73 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.73 KB
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
50
51
52
53
54
55
56
57
58
59
60
{
"_from": "react-native-unity-ads-module",
"_id": "react-native-unity-ads-module@1.0.0",
"_inBundle": false,
"_integrity": "sha512-lkoAQLbnVgXBJ6qiv5bkcsjkilpxnVfhWMKddva/eS34NvzQrgallvkDTXFUHWe4viTDEoBMdfiMPgFgona/Zg==",
"_location": "/react-native-unity-ads-module",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-unity-ads-module",
"name": "react-native-unity-ads-module",
"escapedName": "react-native-unity-ads-module",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-unity-ads-module/-/react-native-unity-ads-module-1.0.0.tgz",
"_shasum": "411cbb0ce09cd329e330d0aaa81b42396a3d9141",
"_spec": "react-native-unity-ads-module",
"_where": "/Users/Shared/ReactNative/RNUnityAdsExample",
"author": {
"name": "Gökhan Sarı",
"email": "me@th0th.me"
},
"bugs": {
"url": "https://github.com/Coco-77/react-native-unity-ads/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "小七不乖",
"email": "534257973@qq.com"
}
],
"deprecated": false,
"description": "React Native Module for displaying ads from Unity Ads.",
"homepage": "https://github.com/Coco-77/react-native-unity-ads#readme",
"keywords": [
"react-native"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "react-native-unity-ads-module",
"peerDependencies": {
"react-native": "^0.41.2"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Coco-77/react-native-unity-ads.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.1"
}