forked from wonday/react-native-orientation-locker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 792 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-orientation-locker",
"version": "1.0.7",
"description": "A react-native module that can listen on orientation changing of device, get current orientation, lock to preferred orientation.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wonday/react-native-orientation-locker.git"
},
"keywords": [
"orientation",
"react-native",
"android",
"ios",
"screen"
],
"author": {
"name": "Wonday",
"url": "https://github.com/wonday"
},
"license": " Apache-2.0",
"bugs": {
"url": "https://github.com/wonday/react-native-orientation-locker/issues"
},
"dependencies": {
},
"peerDependencies": {
}
}