-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.25 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
49
50
51
52
53
{
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react-native-swiper": "^1.5.14"
},
"devDependencies": {
"babel-preset-expo": "^7.0.0"
},
"name": "swipeable-calendar-strip-react-native",
"version": "1.0.5",
"description": "React Native Swipeable Calendar Strip",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AVATAR197/React-Native-Swipeable-Calendar-Strip.git"
},
"keywords": [
"react-native",
"react-native-calendar",
"react-native-calendar-strip",
"react-native",
"calendar-strip",
"swipeable-calendar",
"RN",
"calendar",
"calendar strip",
"calendar-strip",
"native",
"react",
"react native",
"react native calendar",
"react native calendar strip",
"rn",
"strip"
],
"author": "Daniel Dopiriak <[email protected]> (https://danieldopiriak.me/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/AVATAR197/React-Native-Swipeable-Calendar-Strip/issues"
},
"homepage": "https://github.com/AVATAR197/React-Native-Swipeable-Calendar-Strip#readme"
}