-
-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.json
33 lines (33 loc) · 1020 Bytes
/
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
{
"name": "react-native-responsive-screen",
"version": "1.4.2",
"description": "Make React Native views responsive for all devices with the use of 2 simple methods.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marudy/react-native-responsive-screen.git"
},
"keywords": [
"react-native",
"responsive-ui",
"responsive-view",
"responsive-screen",
"responsive"
],
"author": "Tasos Maroudas <[email protected]> (https://github.com/marudy)",
"contributors": [
"Tasos Maroudas <[email protected]> (https://github.com/marudy)",
"Chrysa Kaia <[email protected]> (https://github.com/ckaia)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/marudy/react-native-responsive-screen/issues"
},
"homepage": "https://github.com/marudy/react-native-responsive-screen#readme",
"peerDependencies": {
"react-native": ">=0.35"
}
}