ashi-smule
Version:
AshiTEAM Smule Song Downloader
32 lines (31 loc) • 625 B
JSON
{
"name": "ashi-smule",
"version": "1.0.4",
"description": "AshiTEAM Smule Song Downloader",
"main": "./lib/AshiSmule.js",
"bin": {
"ashi-smule": "./bin/ashi-smule"
},
"keywords": [
"smule",
"download",
"songs"
],
"author": {
"name": "Asanga Weerapura"
},
"devDependencies": {
"@types/node": "^6.0.97"
},
"dependencies": {
"fluent-ffmpeg": "^2.1.2",
"follow-redirects": "^1.4.1",
"fs-extra": "^5.0.0",
"is-url": "^1.2.2",
"jsdom": "^11.6.2",
"log-update": "^2.3.0",
"node-id3": "^0.1.3",
"ora": "^1.4.0",
"update-notifier": "^2.3.0"
}
}