forked from overtrue/share.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 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
{
"name": "social-share.js",
"description": "create social share buttons on your site.",
"version": "1.0.16",
"main": "dist/js/share.min.js",
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/overtrue/share.js.git"
},
"keywords": [
"sns",
"share",
"weibo",
"qq",
"douban",
"qzone",
"linkedin",
"facebook",
"google"
],
"author": "overtrue",
"license": "MIT",
"bugs": {
"url": "https://github.com/overtrue/share.js/issues"
},
"homepage": "https://github.com/overtrue/share.js#readme",
"devDependencies": {
"event-stream": "*",
"del": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-combine-media-queries": "*",
"gulp-concat": "*",
"gulp-cssmin": "*",
"gulp-load-plugins": "*",
"gulp-rename": "*",
"gulp-ruby-sass": "*",
"gulp-size": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-notify": "*",
"gulp-imagemin": "*",
"gulp-livereload": "*"
}
}