UNPKG

smule

Version:

A complete media downloader for smule.com

57 lines (56 loc) 1.07 kB
{ "name": "smule", "version": "1.0.2", "description": "A complete media downloader for smule.com", "main": "cli.js", "bin": { "smule": "cli.js" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "repository": { "type": "git", "url": "git+https://github.com/CodeDotJS/smule.git" }, "keywords": [ "smule", "sing", "download", "audio", "video", "songs", "cli-app", "get", "fetch", "fun", "song", "downloader" ], "dependencies": { "chalk": "^1.1.3", "follow-redirects": "^1.2.1", "fs-extra": "^1.0.0", "got": "^6.6.3", "is-url": "^1.2.2", "log-update": "^1.0.2", "ora": "^0.4.0", "update-notifier": "^1.0.3" }, "devDependencies": { "ava": "*", "xo": "*" }, "xo": { "esnext": true }, "author": "Rishi Giri <rushforlinux@gmail.com> (http://rishigiri.com)", "license": "MIT", "bugs": { "url": "https://github.com/CodeDotJS/smule/issues" }, "homepage": "https://github.com/CodeDotJS/smule#readme" }