-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
44 lines (44 loc) · 1.01 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
{
"name": "jquery-floating-social-share",
"version": "2.4.0",
"description": "Social media share buttons with counters.",
"main": "dist/jquery-floating-social-share.min.js",
"repository": {
"type": "git",
"url": "https://github.com/ozdemirburak/jquery-floating-share-plugin.git"
},
"dependencies": {
"jquery": "^3.5.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"yargs-parser": "^20.2.4"
},
"keywords": [
"share buttons",
"sharing buttons",
"social share",
"social media share",
"facebook",
"linkedin",
"odnoklassniki",
"pinterest",
"reddit",
"telegram",
"tumblr",
"twitter",
"viber",
"vk",
"whatsapp"
],
"author": "Burak Özdemir (https://ozdemirburak.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ozdemirburak/jquery-floating-share-plugin/issues"
}
}