UNPKG

device-motion

Version:

A package to work with the device-motion API..

43 lines (42 loc) 1.13 kB
{ "name": "device-motion", "version": "1.0.4", "description": "A package to work with the device-motion API..", "main": "lib/index.js", "scripts": { "clear": "rm -rf lib", "build": "npm run clear && babel -s inline -d lib src", "test": "jest", "coverage": "jest --coverage", "versionBump": "bump prompt --commit --tag --push --all", "prepublishOnly": "npm test && npm run build" }, "keywords": [ "device-motion", "web", "API" ], "author": { "name": "Simon Hofmann", "email": "dev@simon-hofmann.org", "url": "https://simon-hofmann.org" }, "repository": { "type": "git", "url": "https://github.com/s1hofmann/device-motion.git" }, "bugs": { "url": "https://github.com/s1hofmann/device-motion/issues" }, "license": "MIT", "devDependencies": { "@babel/cli": "^7.6.2", "@babel/core": "^7.6.2", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-transform-runtime": "^7.6.2", "@babel/preset-env": "^7.6.2", "@babel/runtime": "^7.6.2", "jest": "^24.9.0", "version-bump-prompt": "^5.0.5" } }