-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlfm.jquery.json
40 lines (40 loc) · 1.07 KB
/
lfm.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
37
38
39
40
{
"name": "lfm",
"title": "jQuery.last.fm",
"description": "A jQuery plugin that populates the given element with album artwork from the last.fm api. Comes with sass and css to do beautiful 3d animations.",
"keywords": [
"music",
"last.fm",
"lastfm",
"album",
"artwork",
"3d",
"ui",
"animation",
"effect",
"ajax",
"responsive",
"css3"
],
"version": "1.0.1",
"author": {
"name": "Alex Cash",
"email": "[email protected]",
"url": "http://www.alexcash.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/alexcash/jQuery.last.fm/blob/master/LICENSE-mit.txt"
},
{
"type": "GPLv2",
"url": "https://github.com/alexcash/jQuery.last.fm/blob/master/LICENSE-gpl.txt"
}
],
"bugs": "https://github.com/alexcash/jQuery.last.fm/issues",
"homepage": "http://alexcash.github.com/jQuery.last.fm/",
"dependencies": {
"jquery": ">=1.5.2"
}
}