-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 886 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
37
38
39
40
{
"name": "react-native-gifted-touch",
"version": "0.0.8",
"author": "Joel Raju",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:joel-raju/react-native-gifted-touch.git"
},
"homepage": "https://github.com/joel-raju/react-native-gifted-touch#readme",
"peerDependencies": {
"react-native": ">=0.43.0",
"prop-types": ">=15.5.7"
},
"devDependencies": {
"babel-jest": "23.4.2",
"babel-preset-react-native": "4.0.0",
"jest": "23.5.0",
"react": "16.9.0",
"react-native": "0.62.3",
"react-test-renderer": "16.9.0"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"touch",
"click",
"double click",
"double tap",
"double press",
"long press",
"long click",
"single press",
"single tap",
"single click"
]
}