UNPKG

@ecomplus/widget-product-card

Version:
46 lines (45 loc) 1.33 kB
{ "name": "@ecomplus/widget-product-card", "version": "1.0.0-beta.190", "description": "Storefront plugin with Vue component for product cards", "module": "src/index.js", "browser": "dist/widget-product-card.min.js", "main": "dist/widget-product-card.min.js", "jsdelivr": "dist/public/widget-product-card.var.min.js", "unpkg": "dist/public/widget-product-card.var.min.js", "scripts": { "build": "cross-env NODE_ENV=production webpack", "serve": "webpack-dev-server" }, "repository": { "type": "git", "url": "git+https://github.com/ecomplus/storefront.git", "directory": "@ecomplus/widget-product-card" }, "keywords": [ "ecomplus", "storefront", "widget", "product-card" ], "author": "E-Com Club <ti@e-com.club>", "license": "MIT", "bugs": { "url": "https://github.com/ecomplus/storefront/issues" }, "homepage": "https://github.com/ecomplus/storefront/tree/master/@ecomplus/widget-product-card#readme", "peerDependencies": { "@ecomplus/search-engine": ">=1 <3", "@ecomplus/utils": "^1.4.1", "core-js": "3.x", "lozad": "1.x", "vue": ">=2 <4" }, "dependencies": { "@ecomplus/storefront-components": "^1.0.0-beta.191" }, "webpackOutput": { "library": "widgetProductCard", "filename": "widget-product-card.min.js" } }