forked from mkuczera/react-native-haptic-feedback
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 927 Bytes
/
package.json
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
28
29
30
31
32
33
34
35
36
{
"name": "react-native-haptic-feedback",
"version": "1.5.0",
"description": "Basic haptic feedback for iOS and android",
"license": "MIT",
"main": "index.js",
"nativePackage": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"haptic",
"android",
"ios",
"feedback",
"native",
"feedback"
],
"author": "Michael Kuczera",
"peerDependencies": {
"react-native": ">= 0.41.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/mkuczera/react-native-haptic-feedback.git"
},
"homepage": "https://github.com/mkuczera/react-native-haptic-feedback",
"readme": "https://github.com/mkuczera/react-native-haptic-feedback#readme",
"bugs": {
"url": "https://github.com/mkuczera/react-native-haptic-feedback/issues"
}
}