forked from z-dev/react-native-shake-event-ios
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.23 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "react-native-shake-event",
"version": "4.0.1",
"description": "Add shake event to your React Native app",
"main": "js/index.js",
"files": [
"android",
"ios",
"js",
"react-native-shake-event.podspec"
],
"keywords": [
"android",
"ios",
"native",
"react",
"react-component",
"react-native",
"react-native-component",
"shake",
"shake-event",
"shake-event-android",
"shake-event-ios"
],
"author": "Jadson Lourenco <[email protected]>",
"contributors": [
{
"name": "Jadson Lourenco",
"email": "[email protected]"
},
{
"name": "Björn Orri Sæmundsson",
"email": "[email protected]"
},
{
"name": "Richard Gill",
"email": "[email protected]"
},
{
"name": "Mark Miyashita",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jadsonlourenco/react-native-shake-event.git"
},
"bugs": {
"url": "https://github.com/jadsonlourenco/react-native-shake-event/issues"
},
"homepage": "https://github.com/jadsonlourenco/react-native-shake-event",
"dependencies": {
"invariant": "^2.2.2"
}
}