forked from yaraht17/react-native-draggable-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "react-native-draggable-view",
"version": "0.0.7",
"keywords": [
"react-component",
"react-native",
"vertical draggable view",
"ios",
"android",
"drag drop view",
"drawer",
"bottom drawer"
],
"description": "DraggableView component for React Native. Base from DraggableDrawer",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yaraht17/react-native-draggable-view.git"
},
"author": "yaraht17 <daohoangtien.ptit@gmail.com>",
"contributors": [
{
"name": "Dao Hoang Tien",
"email": "daohoangtien@gmail.com",
"url": "https://github.com/yaraht17",
"website": "twinger.co"
},
{
"name": "Mateo Guzmán",
"email": "mateo.guzmanalvarez@gmail.com",
"url": "https://github.com/mateoguzmana",
"website": "https://www.linkedin.com/in/mateoguzman/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/yaraht17/react-native-draggable-view/issues"
},
"homepage": "https://github.com/yaraht17/react-native-draggable-view#readme"
}