-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"main-z": "node_modules/expo/AppEntry.js",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"expo": "^32.0.0",
"react": "16.5.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0"
},
"name": "@ssaul/expandable-scrollable-drawer",
"version": "0.5.1",
"description": "An expandable/collapsible drawer component for React Native that supports scrollable content",
"repository": {
"type": "git",
"url": "git+https://github.com/sjsaul1101/expandable-scrollable-drawer.git"
},
"keywords": [
"React",
"Native",
"Drawer",
"Gestures"
],
"author": "Steve Saul",
"license": "MIT",
"bugs": {
"url": "https://github.com/sjsaul1101/expandable-scrollable-drawer/issues"
},
"homepage": "https://github.com/sjsaul1101/expandable-scrollable-drawer#readme"
}