-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
50 lines (50 loc) · 1.17 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "react-native-cardview",
"description": "A react native card view",
"main": "index.js",
"types": "index.d.ts",
"author": "Kishan Vaghela ([email protected])",
"license": "MIT",
"version": "2.0.3",
"repository": {
"type": "git",
"url": "https://github.com/Kishanjvaghela/react-native-cardview.git"
},
"bugs": {
"url": "https://github.com/Kishanjvaghela/react-native-cardview/issues"
},
"homepage": "https://github.com/Kishanjvaghela/react-native-cardview",
"keywords": [
"react",
"react-native",
"react-component",
"react-native-card",
"react-native-cardview",
"react-native-card-view",
"card",
"card-view",
"card-view",
"react-native-shadow",
"react-native-shadow-view",
"react-native-shadowview",
"shadow",
"shadow-view",
"shadowview",
"appcompat",
"support",
"android",
"ios",
"component"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update-patch": "npm version patch",
"publish": "npm publish"
},
"peerDependencies": {
"react-native": "^0.56.0"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}