UNPKG

web-social-share

Version:

A Web Component to share urls and text on social networks

64 lines (63 loc) 1.69 kB
{ "name": "web-social-share", "version": "10.0.0", "description": "A Web Component to share urls and text on social networks", "main": "dist/index.cjs.js", "exports": "./dist/components/web-social-share.js", "es2015": "dist/esm/index.js", "es2017": "dist/esm/index.js", "jsnext:main": "dist/esm/index.js", "types": "dist/types/components.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/websocialshare/websocialshare.esm.js", "type": "module", "files": [ "dist/", "README.md", "LICENSE" ], "scripts": { "build": "stencil build --docs", "start": "stencil build --dev --watch --serve", "web": "stencil build", "format": "prettier . --write", "format:md": "prettier \"src/**/*.md\" --write", "test": "cd test && npm install && npm test" }, "devDependencies": { "@stencil/core": "^4.12.0", "@stencil/postcss": "^2.1.0", "@stencil/sass": "^3.0.9", "autoprefixer": "^10.4.17", "prettier": "^3.2.4", "prettier-plugin-organize-imports": "^3.2.4" }, "repository": { "type": "git", "url": "git+https://github.com/peterpeterparker/web-social-share.git" }, "author": "David Dal Busco", "license": "MIT", "bugs": { "url": "https://github.com/peterpeterparker/web-social-share" }, "homepage": "https://websocialshare.com", "keywords": [ "social", "share", "facebook", "instagram", "twitter", "whatsapp", "reddit", "pinterest", "pwa", "progressive-web-app", "progressive-web-apps", "stenciljs", "stencil", "hacker-news", "copy-paste" ] }