forked from Viima/jquery-social-share-bar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 767 Bytes
/
bower.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
{
"name": "jquery-social-share-bar",
"description": "A simple but beautiful jQuery plugin for easily adding a floating social sharing bar to your site.",
"version": "1.1.2",
"main": "index.html",
"authors": [
"Jesse Nieminen"
],
"license": "MIT",
"keywords": [
"jquery",
"jquery-plugin",
"social-media",
"social-buttons",
"social-share-plugin",
"social-share"
],
"homepage": "https://viima.github.io/jquery-social-share-bar/",
"repository": {
"type": "git",
"url": "git+https://github.com/Viima/jquery-social-share-bar.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"Font-Awesome": "^5.0.6",
"jquery": ">=1.9.0"
}
}