-
Notifications
You must be signed in to change notification settings - Fork 3
/
facebook.jquery.json
32 lines (32 loc) · 1.14 KB
/
facebook.jquery.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
{
"name": "facebook",
"title": "Facebook Login/Like/Share Plugin",
"description": "jQuery Facebook Plugin enables websites to offer an full ajax based authentication and login/registration process based on the Facebook JavaScript SDK. Beside that, the plugin offers functionality for adding Like buttons and other social widgets to websites easily.",
"keywords": ["facebook", "login", "like", "share", "likebutton", "buttons", "social"],
"version": "0.2.3",
"author": {
"name": "Grizzly New Technologies GmbH",
"url": "http://grizzly.cc"
},
"maintainers": [
{
"name": "Stefan Mayr",
"email": "[email protected]",
"url": "http://grizzly.cc"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/grizzly/jquery.facebook/issues",
"homepage": "https://github.com/grizzly/jquery.facebook/",
"docs": "https://github.com/grizzly/jquery.facebook/",
"download": "https://github.com/grizzly/jquery.facebook/archive/master.zip",
"demo": "http://jquery.grizzly.cc/facebook/",
"dependencies": {
"jquery": ">=1.5"
}
}