-
Notifications
You must be signed in to change notification settings - Fork 275
/
package.json
46 lines (46 loc) · 1.32 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "react-native-orientation-locker",
"version": "1.7.0",
"summary": "A react-native module that can listen on orientation changing of device",
"description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.",
"homepage": "https://github.com/wonday/react-native-orientation-locker",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-orientation-locker.git"
},
"keywords": [
"orientation",
"react-native",
"android",
"ios",
"windows",
"screen"
],
"author": {
"name": "Wonday",
"url": "https://github.com/wonday"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wonday/react-native-orientation-locker/issues"
},
"dependencies": {
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.2",
"react-native-windows": ">=0.63.3"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
}
},
"devDependencies": {
"react": "16.13.1",
"react-native": "0.69.12",
"react-native-windows": "^0.63.3"
}
}