react-native-haptic
Version:
iOS 10 and up, haptic feedback for React Native applications
28 lines (27 loc) • 713 B
JSON
{
"name": "react-native-haptic",
"version": "1.0.1",
"description": "iOS 10 and up, haptic feedback for React Native applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"haptic"
],
"author": "Charles Vinette",
"license": "MIT",
"peerDependencies": {
"react-native": ">= 0.29.0",
"react": ">= 15.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/charlesvinette/react-native-haptic.git"
},
"bugs": {
"url": "https://github.com/charlesvinette/react-native-haptic/issues"
},
"homepage": "https://github.com/charlesvinette/react-native-haptic#readme"
}