forked from lhandel/react-native-card-stack-swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 977 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
{
"name": "react-native-card-stack-swiper",
"version": "1.2.5",
"description": "Tinder like react-native card stack swiper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lhandel/react-native-card-stack-swiper.git"
},
"keywords": [
"react-native",
"tinder",
"cards",
"card",
"swiper",
"swipe",
"cardstack",
"deck",
"card-stack",
"react-native-component"
],
"author": "Ludwig Handel",
"license": "MIT",
"peerDependencies": {
"react": "^16.0.0-beta.5",
"react-native": "^0.49.1"
},
"bugs": {
"url": "https://github.com/lhandel/react-native-card-stack-swiper/issues"
},
"bundleDependencies": false,
"dependencies": {
"prop-types": "15.5.10",
"react-lifecycles-compat": "^3.0.4"
},
"homepage": "https://github.com/lhandel/react-native-card-stack-swiper#readme"
}