@hughsk/fulltilt
Version:
Standalone device orientation + device motion normalization and conversion library
39 lines (38 loc) • 646 B
JSON
{
"name": "fulltilt",
"title": "Full Tilt",
"version": "0.5.3",
"description": "Standalone device orientation + device motion normalization and conversion library",
"homepage": "https://github.com/richtr/Full-Tilt",
"authors": [
"Rich Tibbett"
],
"main": "dist/fulltilt.js",
"license": "MIT",
"ignore": [
"**/.*",
"examples",
"test",
"*.md",
"Gruntfile.js",
"package.json",
"node_modules",
"bower_components",
"tests"
],
"keywords": [
"full",
"tilt",
"fulltilt",
"deviceorientation",
"devicemotion",
"compass",
"quaternions",
"rotation",
"matrix",
"euler",
"tait",
"bryan",
"angles"
]
}