react-native-attitude
Version:
Obtain device attitude (roll, pitch and heading)
34 lines (33 loc) • 812 B
JSON
{
"name": "react-native-attitude",
"title": "React Native Attitude",
"version": "2.2.5",
"description": "Obtain device attitude (roll, pitch and heading)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dpyeates/react-native-attitude.git",
"baseUrl": "https://github.com/dpyeates/react-native-attitude"
},
"keywords": [
"react-native",
"attitude",
"pitch",
"roll",
"heading",
"ahrs"
],
"author": {
"name": "Darren Yeates",
"email": "apps@sensorworks.co.uk"
},
"bugs": {
"url": "https://github.com/dpyeates/react-native-attitude/issues"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md"
}