UNPKG

sox

Version:

node.js interface to the sox audio utility

30 lines (29 loc) 529 B
{ "name": "sox", "version": "0.1.0", "description": "node.js interface to the sox audio utility", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/superjoe30/node-sox" }, "author": "Andrew Kelley", "keywords": [ "sox", "audio", "utility", "convert" ], "license": "BSD", "devDependencies": { "mocha": "~1.7.1", "mkdirp": "~0.3.4", "rimraf": "~2.0.2" }, "dependencies": { "batch": "~0.3.2" } }