forked from ammarahm-ed/react-native-actions-sheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "react-native-actions-sheet",
"version": "0.2.0",
"description": "A Cross Platform(Android & iOS) ActionSheet with a robust and flexible api, native performance and zero dependency code for react native. Create anything you want inside ActionSheet.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ammarahm-ed/react-native-actions-sheet.git"
},
"keywords": [
"bottom-animated",
"react-native",
"javascript",
"actionsheet",
"android",
"ios",
"action-sheet",
"bottom-sheet",
"bottom-drawer",
"dialog",
"picker",
"modal",
"drawer",
"raw-bottom-sheet",
"bottom-app-bar"
],
"author": "ammarahm-ed",
"license": "MIT",
"bugs": {
"url": "https://github.com/ammarahm-ed/react-native-actions-sheet/issues/"
},
"homepage": "https://github.com/ammarahm-ed/react-native-actions-sheet",
"devDependencies": {
"react": "^16.8.6",
"react-native": "^0.60.5",
"prop-types": "^15.7.2"
},
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}