UNPKG

vue-share-it

Version:

A Vue.js component for sharing links to social networks

56 lines (55 loc) 1.61 kB
{ "name": "vue-share-it", "version": "1.2.0", "description": "A Vue.js component for sharing links to social networks", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "npx webpack" }, "repository": { "type": "git", "url": "git+https://github.com/thisDOTname/vue-share-it.git" }, "keywords": [ "vue", "vuejs", "plugin", "social", "share", "buttons" ], "author": "Hemant Rai <hemantrai1988@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/thisDOTname/vue-share-it/issues" }, "homepage": "https://github.com/thisDOTname/vue-share-it#readme", "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.22", "@fortawesome/free-brands-svg-icons": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^5.10.2", "@fortawesome/vue-fontawesome": "^0.1.7" }, "devDependencies": { "webpack": "^4.41.0", "webpack-cli": "^3.3.9", "vue-loader": "^15.7.1", "vue-template-compiler": "^2.6.10", "css-loader": "^3.2.0", "style-loader": "1.0.0", "compression-webpack-plugin": "3.0.0", "babel-polyfill": "6.26.0", "babel-loader": "8.0.6", "@babel/core": "7.7.2", "@babel/preset-env": "7.7.1", "serialize-javascript": ">=2.1.1" }, "browserslist": [ "last 1 version", "> 1%", "maintained node versions", "not dead", "IE 11" ] }