endpoint-share-api-polyfill
Version:
This is a polyfill for the `Web Share API` that can be used in desktop too, so your users can share in their twitter, facebook, messenger, linkedin, sms, e-mail, print, telegram or whatsapp.
44 lines (43 loc) • 1.48 kB
JSON
{
"name": "endpoint-share-api-polyfill",
"version": "1.1.1",
"displayName": "On2 & Nasc Share API Polyfill",
"description": "This is a polyfill for the `Web Share API` that can be used in desktop too, so your users can share in their twitter, facebook, messenger, linkedin, sms, e-mail, print, telegram or whatsapp.",
"scripts": {
"demo": "npm run build && live-server --open=/demo/",
"live-server": "npx endpoint-ei@1.3.0 --server ./",
"prepublish": "npm run build",
"clean": "rm -r dist",
"security": "npm audit",
"build": "npm run build-udm",
"build-dev": "browserify -d -r ./src/share.js -o ./dist/share.js",
"build-prod": "browserify --list -r ./src/share.js -o ./dist/share.js",
"build-udm": "browserify -s share -r ./src/share.js -o ./dist/share.udm.js",
"docs": "jsdoc -R ./README.md -d ./docs ./src/*"
},
"main": "dist/share-min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/syonfox/share-api-polyfill.git"
},
"keywords": [
"share",
"share api",
"share-api",
"share polyfill",
"share-polyfill",
"share api polyfill",
"share-api-polyfill"
],
"author": "NascHQ, Syonfox",
"license": "MIT",
"bugs": {
"url": "https://github.com/syonfox/share-api-polyfill/issues"
},
"homepage": "https://github.com/syonfox/share-api-polyfill#readme",
"private": false,
"devDependencies": {
"browserify": "^17.0.0",
"jsdoc": "^3.5.5"
}
}