avprobemeta
Version:
simple avprobe wrapper for node
30 lines (29 loc) • 658 B
JSON
{
"name": "avprobemeta",
"version": "0.0.3",
"description": "simple avprobe wrapper for node",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/leviwheatcroft/avprobemeta.git"
},
"keywords": [
"avprobe",
"meta",
"ffmpeg",
"media"
],
"author": "Levi Wheatcroft <levi@wheatcrofts.com.au>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leviwheatcroft/avprobemeta/issues"
},
"homepage": "https://github.com/leviwheatcroft/avprobemeta",
"devDependencies": {
"mocha": "^2.3.4",
"should": "^8.1.1"
}
}