expo-haptics
Version:
Provides access to the system's haptics engine on iOS, vibration effects on Android, and Web Vibration API on web.
41 lines • 1.08 kB
JSON
{
"name": "expo-haptics",
"version": "56.0.3",
"description": "Provides access to the system's haptics engine on iOS, vibration effects on Android, and Web Vibration API on web.",
"main": "src/Haptics.ts",
"types": "build/Haptics.d.ts",
"sideEffects": false,
"keywords": [
"react-native",
"expo",
"expo-haptics",
"haptics"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-haptics"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/haptics/",
"dependencies": {},
"devDependencies": {
"expo": "56.0.0-preview.5",
"expo-module-scripts": "56.0.2"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "a8ab3da510a34b7bdb2262aa9887d4f78b102280",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}