UNPKG

audio-converter

Version:

A utility tool for batch converting wave files to ogg/mp3. This tool currently depends on [SoX](http://sox.sourceforge.net/).

39 lines (38 loc) 803 B
{ "name": "audio-converter", "version": "1.0.13", "bin": { "audio-converter": "index.js" }, "repository": { "type": "git", "url": "https://github.com/FullR/audio-converter.git" }, "dependencies": { "commander": "^2.7.1", "glob": "^5.0.15", "lodash.chunk": "^4.0.6", "lodash.uniq": "^4.3.0", "mkdirp": "^0.5.1", "pace": "0.0.4", "q": "^1.2.0" }, "description": "A utility tool for batch converting wave files to ogg/mp3. This tool currently depends on [SoX](http://sox.sourceforge.net/).", "main": "index.js", "devDependencies": { "mocha": "^3.1.2" }, "scripts": { "test": "mocha" }, "author": "James Meyers", "license": "ISC", "keywords": [ "sound", "audio", "convert", "wave", "ogg", "mp3" ] }