-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (30 loc) · 922 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
{
"name": "react-native-touch",
"version": "0.0.1",
"keywords": [
"react-component",
"react-native",
"touchable",
"ios","android",
"block multi-touch",
"disable multi-touch"
],
"description": "React native touch is component for React Native. Base from TouchableOpacity. Helps block the touch repeatedly and continuously for a short time.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yaraht17/react-native-touch.git"
},
"author": "yaraht17 <daohoangtien.ptit@gmail.com>",
"contributors": [{
"name": "Richard Dao",
"email": "daohoangtien.ptit@gmail.com",
"url": "https://github.com/yaraht17",
"website": "hoangtien.info"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/yaraht17/react-native-touch/issues"
},
"homepage": "https://github.com/yaraht17/react-native-touch#readme"
}