-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
executable file
·41 lines (41 loc) · 1.07 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
{
"name": "@freakycoder/react-native-header-view",
"version": "1.2.0",
"description": "Collection of Header Views for React Native.",
"keywords": [
"elegant",
"elegant-header",
"gorgeous",
"gorgeous-header",
"apple",
"apple-header",
"header",
"classic",
"modern",
"modern-header",
"classic-header",
"react-native",
"icons",
"javascript",
"ui-lib",
"rn",
"header-view",
"header",
"view"
],
"homepage": "https://www.freakycoder.com",
"bugs": "https://github.com/WrathChaos/react-native-header-view/issues",
"main": "./lib/index.js",
"repository": "[email protected]:WrathChaos/react-native-header-view.git",
"author": "Kuray (FreakyCoder) <[email protected]>",
"license": "MIT",
"peerDependencies": {
"react": ">= 16.x",
"react-native": ">= 0.55.x",
"react-native-gorgeous-header": ">= 0.1.0",
"react-native-classic-header": ">= 0.1.0",
"react-native-modern-header": ">= 0.1.0",
"react-native-apple-header": ">= 0.1.0",
"react-native-elegant-header": ">= 0.1.0"
}
}