UNPKG

sailor-module-lastfm

Version:
36 lines (35 loc) 787 B
{ "name": "sailor-module-lastfm", "description": "Integrate LastFM API", "version": "1.0.6", "author": { "name": "Kiko Beats", "email": "josefrancisco.verdu@gmail.com", "url": "https://github.com/Kikobeats" }, "dependencies": { "lastfmapi": "*" }, "devDependencies": { "coffee-script": "*", "grunt": "*", "grunt-contrib-watch": "*", "grunt-translate-compile": "git://github.com/Kikobeats/translate-compile", "mocha": "*", "sailorjs": "git://github.com/sailorjs/sailorjs", "should": "*", "superagent": "*" }, "keywords": [ "sailor", "component", "module", "lastfm" ], "license": "MIT", "main": "", "repository": "sailorjs/sailor-module-lastfm", "scripts": { "test": "sh test/test.sh" } }