forked from AppAndFlow/react-native-haptic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 713 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "react-native-haptic",
"version": "1.0.9",
"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"
}