-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 972 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 972 Bytes
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
{
"name": "react-native-utils-toolkit",
"title": "React Native Utils Toolkit",
"version": "1.6.0",
"description": "Toolkit makes the UI more perfect on many screen sizes.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoaphantn7604/react-native-utils-toolkit.git",
"baseUrl": "https://github.com/hoaphantn7604/react-native-utils-toolkit"
},
"keywords": [
"react-native",
"scale",
"scaling",
"size matter",
"size matters",
"check tablet",
"check small device",
"has notch",
"device inch",
"device orientation",
"back handler",
"app state"
],
"author": {
"name": "Hoa Phan",
"email": "hoaphantn7604@gmail.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"devDependencies": {
"react": "*",
"react-native": "*"
}
}