-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
38 lines (38 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "vue-goodshare",
"version": "1.6.1",
"description": "Vue.js component for social share. A simple way to share a link on the pages of your website in the most popular (and not so) social networks.",
"main": "src/VueGoodshare.vue",
"scripts": {
"update": "npm outdated && npx npm-check-updates -u && npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"vue": "^3.2.30"
},
"devDependencies": {
"css-loader": "^7.0.0",
"node-sass": "^9.0.0",
"sass-loader": "^16.0.0",
"vue-style-loader": "^4.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koddr/vue-goodshare.git"
},
"bugs": {
"url": "https://github.com/koddr/vue-goodshare/issues",
"email": "[email protected]"
},
"homepage": "https://vue-goodshare.js.org",
"keywords": [
"social share buttons",
"vue share social",
"share buttons",
"social share",
"vue share",
"share"
],
"author": "Vic Shóstak <[email protected]> (https://shostak.dev)",
"license": "MIT"
}