forked from wassgha/react-native-rotating-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 848 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
34
35
{
"name": "react-native-rotating-view",
"version": "0.3.0",
"description": "A view that rotates with the phone's orientation",
"main": "index.js",
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"transform",
"rotate",
"orientation",
"change",
"direction"
],
"repository": {
"type": "git",
"url": "https://[email protected]/wassgha/react-native-rotating-view.git"
},
"author": "Wassim Gharbi <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wassgha/react-native-rotating-view/issues"
},
"homepage": "https://github.com/wassgha/react-native-rotating-view",
"dependencies": {
"react-native-orientation": "^3.1.0",
"create-react-class": "^15.6.2"
}
}