UNPKG

579 BJSONView Raw
1{
2 "name": "lastfm",
3 "description": "Read and write to Last.fm",
4 "version": "0.6.0",
5 "author": "James Scott <jammus@gmail.com>",
6 "contributors": [
7 "Garrett Wilkin <garrett.wilkin@gmail.com> (http://geethink.com)"
8 ],
9 "repository": {
10 "type": "git",
11 "url": "http://github.com/jammus/lastfm-node.git"
12 },
13 "engine": [
14 "node >= 0.2.6"
15 ],
16 "directories": {
17 "lib": "./lib/lastfm"
18 },
19 "dependencies" : {
20 "underscore": ""
21 },
22 "devDependencies": {
23 "gently" : ""
24 },
25 "main": "./lib/lastfm/index",
26 "engines": {
27 "node": "*"
28 }
29}