-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
33 lines (33 loc) · 1006 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-device-display",
"version": "1.0.4",
"private": false,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"peerDependencies": {
"react-native": ">=0.6.0-rc || >=0.7.0-rc || >=0.8.0-rc || >=0.9.0-rc"
},
"description": "A simple way to create dynamic views through device and display detection, allowing the creation of adaptable and universal apps.",
"main": "display.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kkjdaniel/react-native-display-view.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"display",
"viewport",
"device",
"orientation"
],
"author": "Karl Daniel <me@karldaniel.co.uk> (http://www.karldaniel.co.uk)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/kkjdaniel/react-native-display-view/issues"
},
"homepage": "https://github.com/kkjdaniel/react-native-display-view#readme"
}