-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 678 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 678 Bytes
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
{
"name": "react-native-orientation-controller",
"version": "0.2.0",
"description": "A react-native library for obtaining and controlling the current device and application orientation",
"main": "main.js",
"keywords": [
"react-native",
"orientation",
"device orientation",
"application orientation",
"react-component",
"react",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "https://github.com/inProgress-team/react-native-orientation-controller.git"
},
"author": "inProgress team",
"license": "MIT",
"rnpm": {
"android": {
"packageInstance": "new ReactOrientationController(this)"
}
}
}