-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "rn-double-click",
"version": "1.0.3",
"description": "A Component for Double Click based on TouchableOpacity Wrapper. Build for React Native App and works on both Android and iOS.",
"main": "src/index.js",
"scripts": {
"start": "yarn start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karimation/rn-double-click.git"
},
"keywords": [
"double-click",
"react-native",
"touchableopacity",
"react",
"native",
"rn-double-click",
"double-click",
"click",
"double-tap"
],
"author": "“kerim <“selmi.kerim@gmail.com\nnpm set init.author.email “selmi.kerim@gmail.com> (“http://www.karimation.com\nnpm set init.author.url “http://www.karimation.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/karimation/rn-double-click/issues"
},
"homepage": "https://github.com/karimation/rn-double-click#readme",
"peerDependencies": {
"react": ">= 16.3.0",
"react-native": ">= 0.54.0"
},
"dependencies": {
"prop-types": "^15.6.1"
}
}