UNPKG

node-sox

Version:

A Node.js wrapper for the 'sox' audio processing tool

26 lines (25 loc) 637 B
{ "name": "node-sox", "version": "1.0.0", "description": "A Node.js wrapper for the 'sox' audio processing tool", "main": "index.js", "author": "Tom Vos - DigitalFox", "license": "MIT", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/neoster/node-sox.git" }, "keywords": ["node", "sox", "audio", "processing"], "homepage": "https://github.com/neoster/node-sox#readme", "bugs": { "url": "https://github.com/neoster/node-sox/issues" }, "scripts": { "example": "node example.js" }, "dependencies": { "events": "^3.3.0", "child_process": "^1.0.0" } }