UNPKG

@responsive-ui/card

Version:
52 lines (51 loc) 1.25 kB
{ "name": "@responsive-ui/card", "version": "1.1.0-alpha.58", "description": "A card component of responsive-ui.", "author": "Si3nLoong <sianloong90@gmail.com> (https://github.com/si3nloong)", "homepage": "https://github.com/wetix/responsive-ui/blob/main/components/card#README.md", "license": "MIT", "type": "module", "main": "lib/cjs/index.js", "browser": "lib/index.js", "module": "lib/esm/index.js", "unpkg": "lib/index.min.js", "svelte": "src/Card.svelte", "types": "types/index.d.ts", "publishConfig": { "access": "public" }, "keywords": [ "svelte", "ui-component", "responsive-ui", "card", "svelte-card" ], "peerDependencies": { "svelte": "^3.46.2", "svelte-preprocess": "^4.5.0", "typescript": "^4.0.0" }, "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib", "types", "src" ], "repository": { "type": "git", "url": "https://github.com/wetix/responsive-ui", "directory": "components/card" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/wetix/responsive-ui/issues" }, "gitHead": "d5f6035882bc1a4f3a26e207d90a5dc6e4b86446" }