react-native-motion-manager
Version:
A react-native interface for using the Gyroscope, Accelerometer and Magnetometer
36 lines (35 loc) • 936 B
JSON
{
"name": "react-native-motion-manager",
"version": "0.0.7",
"description": "A react-native interface for using the Gyroscope, Accelerometer and Magnetometer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-component",
"react-native",
"ios",
"CMMotionManager",
"MotionManager",
"Gyroscope",
"Accelerometer",
"Magnetometer"
],
"repository": {
"type": "git",
"url": "github.com:pwmckenna/react-native-motion-manager.git"
},
"author": "Patrick Williams <pwmckenna@gmail.com> (http://pwmckenna.com/)",
"contributors": [
"Brent Vatne <brentvatne@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pwmckenna/react-native-motion-manager/issues"
},
"homepage": "https://github.com/pwmckenna/react-native-motion-manager",
"peerDependencies": {
"react-native": "*"
}
}