-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.07 KB
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
{
"name": "react-native-font-alias",
"version": "1.0.0",
"description": "Register font alias names on iOS so fontFamily works with filenames instead of PostScript names",
"main": "src/index",
"react-native": "src/index",
"license": "MIT",
"author": {
"name": "Alejo Totaro Barbieri",
"email": "alejocs1998@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Atotaro98/react-native-font-alias.git"
},
"homepage": "https://github.com/Atotaro98/react-native-font-alias#readme",
"bugs": {
"url": "https://github.com/Atotaro98/react-native-font-alias/issues"
},
"keywords": [
"react-native",
"font",
"expo-font",
"fontFamily",
"ios",
"postscript",
"font-alias",
"typography",
"custom-fonts"
],
"files": [
"src",
"ios",
"android",
"react-native-font-alias.podspec",
"react-native.config.js"
],
"codegenConfig": {
"name": "RNFontAliasSpec",
"type": "modules",
"jsSrcsDir": "./src"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}