Musique/node_modules/ffmpeg/package.json
2021-12-04 20:00:33 +01:00

17 lines
358 B
JSON

{
"name": "ffmpeg",
"description": "Utility for managing video streams using ffmpeg",
"version": "0.0.4",
"author": {
"name": "Damiano Ciarla",
"email": "damiano.ciarl@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/damianociarla/node-ffmpeg.git"
},
"main": "./index.js",
"dependencies": {
"when" : ">= 0.0.1"
}
}