-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 993 Bytes
/
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
{
"name": "react-native-dynamic-deck-swiper",
"version": "0.0.9",
"description": "Tinder-like deck swiper React Native component that lets you dynamically set the next card.",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajenkins/react-native-dynamic-deck-swiper.git"
},
"keywords": [
"react-native",
"react-native-component",
"tinder",
"cards",
"card",
"swipe",
"swiper",
"deck",
"dynamic",
"expo"
],
"author": "AJ Jenkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajenkins/react-native-dynamic-deck-swiper/issues"
},
"homepage": "https://github.com/ajenkins/react-native-dynamic-deck-swiper#readme",
"peerDependencies": {
"react": "16.x",
"react-native": "^0.61.5"
},
"dependencies": {
"prop-types": "^15.7.2"
}
}