forked from calvium/react-native-device-screen-switcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 821 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
{
"name": "react-native-device-screen-switcher",
"version": "0.0.4",
"description": "Run app in iPhone 6 Plus simulator and auto-scale the viewport to iPhone 4, 5, and 6 sizes while running.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/calvium/react-native-device-screen-switcher.git"
},
"keywords": [
"React",
"Native",
"Screen",
"Layout",
"Test",
"Debug"
],
"author": "Ben Clayton <[email protected]> (https://www.calvium.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvium/react-native-device-screen-switcher/issues"
},
"homepage": "https://github.com/calvium/react-native-device-screen-switcher#readme",
"peerDependencies": {
"react-native": ">=0.34.0",
"react": "*"
}
}