UNPKG

avs

Version:

Streamable avconv and avprobe node.js library

48 lines (47 loc) 924 B
{ "name": "avs", "version": "3.1.0", "description": "Streamable avconv and avprobe node.js library", "main": "index.js", "author": "Tao Yuan <taoyuan@dolink.co>", "contributors": [ { "name": "Michael Heuberger", "email": "michael.heuberger@binarykitchen.com" }, { "name": "Jelle De Loecker", "email": "jelle@kipdola.be" }, { "name": "Jan Scheurer", "email": "lj1102@googlemail.com" } ], "keywords": [ "avconv", "avprobe", "video conversion", "video encoding" ], "devDependencies": { "nodeunit": "0.9.1" }, "dependencies": { }, "engines": { "node": ">=0.10.20" }, "scripts": { "test": "nodeunit tests/basics.js" }, "repository": { "type": "git", "url": "https://github.com/taoyaun/avs.git" }, "directories": { "test": "tests" }, "license": "MIT", "readmeFilename": "README.md" }