forked from koddr/vue-goodshare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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
39
40
{
"name": "vue-goodshare",
"version": "1.1.0",
"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": {
"docs:prepare": "gitbook install ./src/docs",
"docs:build": "npm run docs:prepare && rm -rf ./docs/* && rm -rf ./src/docs/_book && gitbook build ./src/docs && cp -rf ./src/docs/_book/* ./docs",
"docs:watch": "npm run docs:prepare && gitbook serve ./src/docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koddr/vue-goodshare.git"
},
"dependencies": {
"vue": "^2.5.17"
},
"devDependencies": {
"css-loader": "^0.28.11",
"gitbook-cli": "^2.3.2",
"node-sass": "^4.9.3",
"sass-loader": "^6.0.7",
"vue-style-loader": "^3.1.2"
},
"keywords": [
"social share buttons",
"vue share social",
"share buttons",
"social share",
"vue share",
"share"
],
"author": "Vic Shóstak <[email protected]> (https://webartisans.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/koddr/vue-goodshare/issues",
"email": "[email protected]"
},
"homepage": "https://koddr.github.io/vue-goodshare/"
}