-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.2 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
50
51
52
{
"name": "react-native-ironsource",
"title": "React Native Ironsource",
"version": "1.1.2",
"description": "App Monetization and Ads Manegement through Iron Source",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"rnpm": {
"ios": {
"sourceDir": "./ios"
}
},
"repository": {
"type": "git",
"url": "https://github.com/rf1804/react-native-ironsource.git",
"baseUrl": "https://github.com/rf1804/react-native-ironsource"
},
"homepage": "https://github.com/rf1804/react-native-ironsource#readme",
"bugs": {
"url": "https://github.com/rf1804/react-native-ironsource/issues"
},
"keywords": [
"react",
"native",
"react-native",
"offerwall",
"ads",
"adwall",
"rewards",
"rewarded",
"ironsource",
"iron-source",
"iron source"
],
"author": {
"name": "Mohamad Arif Raja",
"email": "rfraja2943@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "16.0.0-alpha.6",
"react-native": "^0.44.1"
},
"devDependencies": {
"react": "16.0.0-alpha.6",
"react-native": "^0.44.1"
}
}