forked from overtrue/share.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.11 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.1.0",
"main": "dist/js/social-share.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/gulp/bin/gulp.js watch",
"build": "./node_modules/gulp/bin/gulp.js"
},
"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": {
"del": "*",
"event-stream": "*",
"gulp": "*",
"gulp-autoprefixer": "*",
"gulp-concat": "*",
"gulp-cssmin": "*",
"gulp-imagemin": "*",
"gulp-livereload": "*",
"gulp-load-plugins": "*",
"gulp-notify": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"gulp-size": "*",
"gulp-uglify": "*",
"gulp-util": "*"
}
}