UNPKG

ndl

Version:
45 lines (44 loc) 933 B
{ "name": "ndl", "version": "0.0.6", "description": "A utility to download media", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postversion": "git push && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/spacegeek224/ndl.git" }, "keywords": [ "ndl", "downloader", "dl", "download", "youtube", "media" ], "author": "Maris Usis", "license": "MIT", "bugs": { "url": "https://github.com/spacegeek224/ndl/issues" }, "homepage": "https://github.com/spacegeek224/ndl#readme", "dependencies": { "commander": "^2.9.0", "ffmetadata": "^1.4.0", "inquirer": "^1.1.3", "itunes-api-search": "^1.0.3", "path": "^0.12.7", "progress": "^1.1.8", "require-json": "0.0.1", "winston": "^2.2.0" }, "bin": { "ndl": "bin/ndl" }, "files": [ "bin", "lib" ] }