UNPKG

@knax/react-native-cardview

Version:
51 lines (50 loc) 1.2 kB
{ "name": "@knax/react-native-cardview", "description": "A react native card view", "main": "index.js", "types": "index.d.ts", "author": "Kishan Vaghela (kishanjvaghela@gmail.com)", "license": "MIT", "version": "3.0.2", "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" } }