-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 983 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
35
36
37
38
{
"name": "react-native-adbannerview",
"description": "React Native Bridge for ADBannerView",
"homepage": "https://github.com/Purii/react-native-adbannerview",
"version": "1.4.0",
"author": "Patrick Puritscher <[email protected]>",
"scripts": {
"lint": "eslint index.js lib/",
"test": "npm run lint"
},
"main": "index.js",
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ADBannerView",
"iAd",
"ios"
],
"peerDependencies": {
"react-native": ">=0.25 || 0.28.0-rc"
},
"bugs": {
"url": "https://github.com/Purii/react-native-adbannerview/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:Purii/react-native-adbannerview.git"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.3.0",
"eslint-plugin-react": "^5.1.1"
}
}