forked from callstack/react-native-fbads
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 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
53
54
{
"name": "react-native-fbads",
"version": "5.0.1",
"description": "Native Facebook Ads for React Native",
"repository": {
"type": "git",
"url": "https://github.com/callstack-io/react-native-fbads"
},
"main": "dist/lib/index.js",
"typings": "dist/types/index.d.ts",
"directories": {
"example": "example"
},
"scripts": {
"tsc": "tsc --project .",
"lint": "tslint --project ."
},
"author": "Suraj Tiwari <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"fbemitter": "^2.1.1"
},
"devDependencies": {
"@callstack/eslint-config": "^2.0.0",
"eslint": "^5.6.1",
"eslint-plugin-react-native": "^3.3.0",
"flow-bin": "~0.67.1",
"react": "16.3.1",
"react-dom": "16.3.1",
"react-native": "~0.55.4"
},
"rnpm": {
"android": {
"sourceDir": "android/app"
}
},
"keywords": [
"react-native",
"facebook",
"Audience Network",
"Native ads"
],
"devDependencies": {
"@types/fbemitter": "^2.0.32",
"@types/react-native": "^0.57.4",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^3.1.2"
}
}