share-api-polyfill-cloudeight
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.
46 lines (45 loc) • 1.52 kB
JSON
{
"name": "share-api-polyfill-cloudeight",
"version": "1.0.1",
"displayName": "Web Share API polyfill for SHAGA3APP",
"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": "live-server demo/",
"prepublish": "npm run build",
"clean": "rm dist/bundle.js",
"build": "npm run build-dev && npm run build-prod",
"build-dev": "webpack -d --mode development",
"build-prod": "webpack -p --mode production"
},
"main": "dist/share-min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vahan90/share-api-polyfill-cloudeight.git"
},
"keywords": [
"share",
"share api",
"share-api",
"share polyfill",
"share-polyfill",
"share api polyfill",
"share-api-polyfill"
],
"author": "Vahan Terzibashian",
"license": "MIT",
"homepage": "https://github.com/vahan90/share-api-polyfill-cloudeight#readme",
"private": false,
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"live-server": "^1.2.1",
"merge2": "^1.4.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}