scsync
Version:
SoundCloud incoming tracks downloader.
27 lines (26 loc) • 756 B
JSON
{
"name": "scsync",
"description": "SoundCloud incoming tracks downloader.",
"version": "1.0.5",
"keywords": ["soundcloud", "scrape", "download", "music", "audio"],
"author": "Vytautas Jakutis <vytautas@jakut.is> (https://jakut.is/)",
"homepage": "https://www.npmjs.org/package/scsync",
"bin": "cli.js",
"contributors": [],
"bugs": "https://github.com/jakutis/scsync/issues",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/jakutis/scsync"
},
"dependencies": {
"vague-time": "0.5.x",
"valentine": "1.8.x",
"optimist": "0.6.x",
"async": "0.2.x"
},
"main": "lib/index.js",
"engines": {
"node": "*"
}
}