forked from sapegin/social-likes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsocial-likes.jquery.json
More file actions
35 lines (35 loc) · 902 Bytes
/
social-likes.jquery.json
File metadata and controls
35 lines (35 loc) · 902 Bytes
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
{
"name": "social-likes",
"title": "Social Likes",
"description": "Beautiful “like” buttons with counters for popular social networks.",
"keywords": [
"like",
"button",
"social",
"network",
"facebook",
"twitter",
"google",
"livejournal"
],
"version": "3.0.3",
"author": {
"name": "Artem Sapegin",
"email": "artem@sapegin.ru",
"url": "http://sapegin.me"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sapegin/social-likes/blob/master/license.md"
}
],
"bugs": "https://github.com/sapegin/social-likes/issues",
"homepage": "http://sapegin.github.com/social-likes/",
"docs": "https://github.com/sapegin/social-likes/blob/master/Readme.md",
"download": "http://sapegin.github.com/social-likes/",
"demo": "http://sapegin.github.com/social-likes/",
"dependencies": {
"jquery": ">=1.7"
}
}