-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.03 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.03 KB
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
{
"name": "react-native-simple-bottom-sheet",
"version": "1.0.3",
"description": "A simple react native bottom sheet component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StefanoMartella/react-native-simple-bottom-sheet.git"
},
"keywords": [
"react",
"react-native",
"react-native-component",
"react native",
"slider",
"panel",
"bottom-sheet",
"sheet",
"simple",
"slider-panel",
"bottom",
"bottom-slider",
"ios",
"android",
"mobile"
],
"author": "Stefano Martella <stefano.martella9614@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/StefanoMartella/react-native-simple-bottom-sheet/issues"
},
"homepage": "https://github.com/StefanoMartella/react-native-simple-bottom-sheet#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {
"metro-react-native-babel-preset": "^0.59.0"
}
}