forked from jacklam718/react-native-card-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 776 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
{
"name": "react-native-card-view",
"version": "0.0.3",
"main": "react-native-card-view.js",
"repository": {
"type": "git",
"url": "https://github.com/jacklam718/react-native-card-view.git"
},
"description": "A react native card component",
"keywords": [
"react card",
"react-native",
"react-native-card-view",
"react native card",
"card",
"view",
"react-component",
"react-native",
"ios",
"android"
],
"author": "Jack (jacklam718@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jacklam718/react-native-card-view/issues"
},
"homepage": "https://github.com/jacklam718/react-native-card-view",
"peerDependencies": {
"react": ">=15.0.0",
"react-native": ">=0.26.0"
}
}