UNPKG

734 BJSONView Raw
1{
2 "name": "expo-sensors-interface",
3 "version": "3.0.0",
4 "description": "An interface for expo-sensors.",
5 "main": "index.js",
6 "keywords": [
7 "react-native",
8 "expo",
9 "sensors",
10 "accelerometer",
11 "devicemotion",
12 "gyroscope",
13 "magnetometer",
14 "pedometer",
15 "barometer"
16 ],
17 "devDependencies": {
18 "expo-module-scripts": "^1.0.0"
19 },
20 "repository": {
21 "type": "git",
22 "url": "https://github.com/expo/expo.git"
23 },
24 "bugs": {
25 "url": "https://github.com/expo/expo/issues"
26 },
27 "author": "650 Industries, Inc.",
28 "license": "MIT",
29 "homepage": "https://github.com/expo/expo/tree/master/packages/expo-sensors-interface",
30 "gitHead": "d87c47ba13c7dde7a5d120caf873c98258a42710"
31}