forked from dejanstojanovic/Facebook-Album-Browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FacebookAlbumBrowser.jquery.json
36 lines (36 loc) · 1.22 KB
/
FacebookAlbumBrowser.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
33
34
35
36
{
"name": "FacebookAlbumBrowser",
"title": "jQuery Facebook Album Browser",
"description": "Reponsive jQuery plugin for browsing public albums of a Facebook account. Plugin is suitable for both desktop and mobile websites.",
"keywords": [
"facebook",
"photos",
"album",
"browse"
],
"version": "0.8.1",
"author": {
"name": "Dejan Stojanovic",
"url": "https://github.com/dejanstojanovic/Facebook-Album-Browser"
},
"maintainers": [
{
"name": "Dejan Stojanovic",
"email": "d.stojanovic@hotmail.com",
"url": "http://dejanstojanovic.net"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dejanstojanovic/Facebook-Album-Browser/blob/master/LICENSE"
}
],
"bugs": "https://github.com/dejanstojanovic/Facebook-Album-Browser/issues",
"homepage": "https://github.com/dejanstojanovic/Facebook-Album-Browser",
"docs": "hhttps://github.com/dejanstojanovic/Facebook-Album-Browser",
"download": "https://github.com/dejanstojanovic/Facebook-Album-Browser/archive/master.zip",
"dependencies": {
"jquery": ">=1.11.0"
}
}