social-likes-nojq/social-likes.jquery.json

36 lines
903 B
JSON
Raw Normal View History

2013-01-18 16:25:33 +04:00
{
"name": "social-likes",
"title": "Social Likes",
"description": "Beautiful “like” buttons with counters for popular social networks.",
"keywords": [
"like",
"button",
"social",
"network",
"facebook",
"twitter",
"google",
2013-01-18 16:38:08 +04:00
"livejournal"
2013-01-18 16:25:33 +04:00
],
2015-02-16 15:34:11 +03:00
"version": "3.0.13",
2013-01-18 16:25:33 +04:00
"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"
}
2013-04-23 11:24:03 +04:00
}