Permalink
Cannot retrieve contributors at this time
Fetching contributors…

{ | |
"author": "alFReD NSH <Farid Neshat>", | |
"name": "song-finder", | |
"description": "Finds songs that you have listened more than 3 times from last.fm as readable stream", | |
"version": "0.0.1", | |
"repository": { | |
"url": "git://github.com/alFReD-NSH/song-finder" | |
}, | |
"main": "find.js", | |
"dependencies": { | |
"async" : "0.1.x", | |
"request" : "2.x", | |
"JSONStream" : "0.3.x", | |
"event-stream" : "2.x", | |
"sugar" : "1.x" | |
}, | |
"devDependencies": {}, | |
"optionalDependencies": {}, | |
"engines": { | |
"node": "*" | |
} | |
} |