-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·40 lines (40 loc) · 1.07 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-advance-draggable-view",
"version": "1.0.13",
"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/Mr-Strike/react-native-advance-draggable-view.git"
},
"author": "mr-strike <[email protected]>",
"contributors": [
{
"name": "Dao Hoang Tien",
"email": "[email protected]",
"url": "https://github.com/yaraht17",
"website": "twinger.co"
},
{
"name": "yaraht17",
"email": "[email protected]",
"url": "https://github.com/yaraht17",
"website": "twinger.co"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Mr-Strike/react-native-advance-draggable-view/issues"
},
"homepage": "https://github.com/Mr-Strike/react-native-advance-draggable-view#readme"
}