soundcloudr
Version:
A node soundcloud downloader module
31 lines (30 loc) • 666 B
JSON
{
"name": "soundcloudr",
"version": "1.1.0",
"description": "A node soundcloud downloader module",
"main": "soundcloudr.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/robcalcroft/soundcloudr.git"
},
"keywords": [
"soundcloud",
"download"
],
"author": "Rob Calcroft",
"license": "MIT",
"bugs": {
"url": "https://github.com/robcalcroft/soundcloudr/issues"
},
"homepage": "https://github.com/robcalcroft/soundcloudr",
"dependencies": {
"request": "~2.54.0"
},
"devDependencies": {
"mocha": "~2.2.1",
"mocha-jshint": "~1.0.0"
}
}