forked from swaplet/react-native-swipe-cards-deck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 758 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
{
"name": "react-native-swipe-cards-deck",
"version": "0.2.16",
"description": "Swipe cards for stylishly passing & failing a card",
"main": "SwipeCards.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swaplet/react-native-swipe-cards-deck.git"
},
"keywords": [
"react-native",
"tinder",
"cards",
"swipe",
"deck"
],
"author": "meteor-factory",
"license": "MIT",
"bugs": {
"url": "https://github.com/swaplet/react-native-swipe-cards-deck/issues"
},
"homepage": "https://github.com/swaplet/react-native-swipe-cards-deck#readme",
"dependencies": {
"clamp": "^1.0.1",
"prop-types": "^15.7.2"
}
}