forked from maxkueng/node-lastfmapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1005 Bytes
/
package.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
41
42
43
44
{
"name" : "lastfmapi",
"description" : "A Last.fm API client library wrapper with a simple and clean interface.",
"version" : "0.1.1",
"homepage" : "https://github.com/maxkueng/node-lastfmapi",
"author": {
"name" : "Max Kueng",
"email" : "[email protected]",
"url" : "http://maxkueng.com/"
},
"contributors" : [
{
"name" : "Aliou Diallo",
"url" : "https://github.com/aliou"
},
{
"name" : "Jiri Bakker",
"url" : "https://github.com/JiriBakker"
}
],
"repository" : {
"type" : "git",
"url" : "git://github.com/maxkueng/node-lastfmapi.git"
},
"bugs" : {
"url" : "https://github.com/maxkueng/node-lastfmapi/issues"
},
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/maxkueng/node-lastfmapi/blob/master/LICENSE"
}
],
"main" : "index",
"dependencies" : {
"lastfm" : "https://github.com/uclaradio/lastfm-node.git"
},
"engines" : {
"node" : ">=0.6.0"
},
"keywords" : [
"lastfm", "audioscrobbler", "scrobbling", "scrobble", "api"
]
}