forked from AppLovin/AppLovin-MAX-React-Native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 801 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
{
"name": "react-native-applovin-max",
"author": "AppLovin Corporation",
"version": "4.1.5",
"description": "AppLovin MAX React Native Plugin for Android and iOS",
"homepage": "https://github.com/AppLovin/AppLovin-MAX-React-Native",
"license": "MIT",
"main": "src/index",
"react-native": "src/index",
"source": "src/index",
"module": "lib/module/index",
"files": [
"src",
"android",
"ios",
"react-native-applovin-max.podspec",
"package.json"
],
"scripts": {},
"keywords": [
"react-native",
"applovin",
"max"
],
"repository": "https://github.com/AppLovin/AppLovin-MAX-React-Native",
"devDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}