forked from koddr/goodshare.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.35 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
{
"name": "goodshare.js",
"version": "6.2.1",
"description": "Useful modern JavaScript solution for share a link from your website to social networks or mobile messengers.",
"main": "goodshare.min.js",
"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",
"build": "rollup --config rollup.config.js --compact",
"watch": "rollup --config rollup.config.js --watch --compact"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koddr/goodshare.js.git"
},
"keywords": [
"share count",
"social share",
"social network share count",
"share link"
],
"author": "Vic Shóstak <[email protected]> (https://truewebartisans.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/koddr/goodshare.js/issues",
"email": "[email protected]"
},
"homepage": "https://koddr.github.io/goodshare.js/",
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.8.5",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"gitbook-cli": "^2.3.2",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^4.3.2"
}
}