-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 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
{
"name": "react-native-rescomponent",
"version": "1.0.3",
"description": "React Native Module that makes your react-native components responsive and fit to various devices",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hyperspace018/react-native-rescomponent.git"
},
"keywords": [
"react native",
"responsive size",
"responsive height",
"responsive width",
"responsive font size",
"responsive component",
"responsive font size react native",
"react native responsive component",
"react native res component",
"fontSize",
"width",
"heigth"
],
"author": "Muhammad Isa Wijaya Kusuma",
"license": "MIT",
"peerDependencies": {
"react-native": "*"
},
"bugs": {
"url": "https://github.com/Hyperspace018/react-native-rescomponent/issues"
},
"homepage": "https://github.com/Hyperspace018/react-native-rescomponent#readme",
"devDependencies": {
"babel-preset-react-native": "^4.0.0"
},
"dependencies": {}
}