-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathJamCity.jquery.json
More file actions
42 lines (42 loc) · 993 Bytes
/
JamCity.jquery.json
File metadata and controls
42 lines (42 loc) · 993 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
36
37
38
39
40
41
42
{
"name": "JamCity",
"title": "jQuery.JamCity",
"description": "JamCity is a jQuery plugin that gets your last.fm data and displays it in a beautiful modern layout using CSS3, jQuery, etc. Enjoy showing off your music on your blog or website!",
"keywords": [
"music",
"api",
"last",
"spotify",
"fm",
"last.fm",
"jamcity",
"jam",
"jamcity",
"lastfm"
],
"version": "2.0.0",
"author": {
"name": "Zach Reed",
"url": "http://iamzachreed.com/"
},
"maintainers": [
{
"name": "Zach Reed",
"email": "zreed@bluetideproductions.com",
"url": "http://iamzachreed.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://zenorocha.mit-license.org/"
}
],
"bugs": "https://github.com/bluetidepro/jQuery.JamCity/issues",
"homepage": "http://bluetidepro.github.io/jQuery.JamCity/",
"docs": "http://bluetidepro.github.io/jQuery.JamCity/",
"download": "http://bluetidepro.github.io/jQuery.JamCity/",
"dependencies": {
"jquery": ">=1.4"
}
}