-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
42 lines (42 loc) · 1012 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
36
37
38
39
40
41
42
{
"name": "react-native-device-angles",
"title": "React Native Device Angles",
"version": "0.1.2",
"description": "Wrapper to get rotation information (pitch, yaw, roll angles) using the gyroscope (MotionManager ios)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cristianszwarc/RNDeviceAngles",
"baseUrl": "https://github.com/cristianszwarc/RNDeviceAngles"
},
"keywords": [
"react-component",
"react-native",
"ios",
"CMMotionManager",
"MotionManager",
"Gyroscope",
"yaw",
"pitch",
"row",
"rotation",
"angles"
],
"author": {
"name": "Cristian Szwarc"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.59.0-rc.0 <1.0.x"
},
"devDependencies": {
"react": "^16.8.3",
"react-native": "^0.59.10"
}
}