-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.38 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "social-share.js",
"description": "create social share buttons on your site.",
"version": "1.0.0",
"main": "dist/js/share.min.js",
"dependencies": {
"node-sass": "^5.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lib": "webpack --env=lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lynncho/social-share.js"
},
"keywords": [
"sns",
"share",
"weibo",
"qq",
"douban",
"qzone",
"linkedin",
"facebook",
"google",
"NativeShare"
],
"author": "lynncho",
"license": "MIT",
"bugs": {
"url": "https://github.com/lynncho/social-share.js/issues"
},
"homepage": "https://github.com/lynncho/social-share.js#readme",
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-combine-media-queries": "*",
"gulp-concat": "*",
"gulp-cssmin": "*",
"gulp-imagemin": "*",
"gulp-livereload": "*",
"gulp-load-plugins": "*",
"gulp-minify-css": "*",
"gulp-notify": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"gulp-size": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"path": "^0.12.7",
"webpack-stream": "^6.1.2"
}
}