forked from heyman333/react-native-responsive-fontSize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "react-native-responsive-fontsize",
"version": "0.1.8",
"main": "index.js",
"typings": "index.d.ts",
"description": "Simple method for resposive fontSize based on screen-size of the device in React-Native",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prettier": "prettier --config .prettierrc --write index.js index.d.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heyman333/react-native-responsive-fontsize"
},
"keywords": [
"react-native",
"react-native-component",
"react-component",
"ios",
"android",
"react",
"font",
"fontSize",
"font-size"
],
"author": "youngsoohan",
"license": "MIT",
"bugs": {
"url": "https://github.com/heyman333/react-native-responsive-fontsize/issues"
},
"dependencies": {
"react-native-iphone-x-helper": "^1.0.2"
},
"homepage": "https://github.com/heyman333/react-native-responsive-fontsize/blob/master/README.md",
"devDependencies": {
"prettier": "1.15.3"
}
}