-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
41
42
43
44
45
46
47
48
{
"name": "react-native-gesture-bottom-sheet",
"version": "1.1.0",
"description": "A simple and easy to use bottom sheet component with drag gestures for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kcotias/react-native-bottom-sheet.git"
},
"keywords": [
"react-native",
"react",
"react",
"native",
"native",
"mobile",
"action-sheet",
"actionsheet",
"bottom",
"bottom-sheet",
"bottomsheet",
"panel",
"modal",
"drag",
"gesture",
"draggable",
"animation",
"react-native-bottom",
"react-native-bottom-sheet",
"react-native-component",
"react-native-gesture",
"ios",
"android",
"ui"
],
"author": "Kaian Cotias",
"license": "ISC",
"bugs": {
"url": "https://github.com/kcotias/react-native-bottom-sheet/issues"
},
"homepage": "https://github.com/kcotias/react-native-bottom-sheet#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.56.4"
}
}