UNPKG

619 BJSONView Raw
1{
2 "name": "fluent-ffmpeg",
3 "version": "1.1.6",
4 "description": "A fluent API to FFMPEG (http://www.ffmpeg.org)",
5 "keywords": [ "ffmpeg" ],
6 "author": "Stefan Schaermeli <schaermu@gmail.com>",
7 "bugs": {
8 "mail": "schaermu@gmail.com",
9 "url": "http://github.com/schaermu/node-fluent-ffmpeg/issues"
10 },
11 "repository": "git://github.com/schaermu/node-fluent-ffmpeg.git",
12 "devDependencies": { "mocha": "latest", "should": "latest" },
13 "dependencies": { "winston": ">=0.5.10" },
14 "engines" : { "node" : ">=0.5.0" },
15 "main": "index",
16 "scripts": {
17 "test": "make test"
18 }
19}