-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "react-native-tinycard",
"version": "1.0.1",
"description": "Tinycards inspired swipable card component",
"main": "src/index.js",
"scripts": {
"start": "npm run run-example",
"run-example": "cd example && concurrently -r 'npm run haul start -- --platform ios' 'react-native run-ios'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavloko/react-native-tinycard.git"
},
"keywords": [
"react-native",
"swipable card",
"swipable",
"swiper",
"card"
],
"author": "Pavlo Kochubei <[email protected]> (https://pavlokochubei.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/pavloko/react-native-tinycard/issues"
},
"homepage": "https://github.com/pavloko/react-native-tinycard#readme",
"devDependencies": {
"concurrently": "3.5.1",
"react": "16.0.0",
"react-native": "0.50"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"react-native-flip-card": "3.5.0"
}
}