-
Notifications
You must be signed in to change notification settings - Fork 164
/
bower.json
40 lines (40 loc) · 1.1 KB
/
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
35
36
37
38
39
40
{
"name": "socialite-js",
"description": "Socialite provides a very easy way to implement and activate a plethora of social sharing buttons — any time you wish. On document load, on article hover, on any event!",
"homepage": "http://socialitejs.com",
"authors": [
{ "name": "David Bushell", "homepage": "http://dbushell.com/", "twitter": "@dbushell" },
{ "name": "Tom Morton", "homepage": "http://twmorton.com/", "twitter": "@tmort" }
],
"license": [ "MIT", "BSD-3-Clause" ],
"repository": {
"type": "git",
"url": "git://github.com/tmort/Socialite.git"
},
"main": [
"socialite.js",
"socialite.min.js",
"socialite.bufferapp.js",
"socialite.facebook.js",
"socialite.github.js",
"socialite.googleplus.js",
"socialite.hackernews.js",
"socialite.linkedin.js",
"socialite.pinterest.js",
"socialite.pocket.js",
"socialite.spotify.js",
"socialite.twitter.js",
"socialite.vkontakte.js",
"socialite.weibo.js"
],
"keywords": [
"socialite",
"social",
"media",
"asynchronous"
],
"ignore": [
"**/.*",
"demo"
]
}