forked from fluent-ffmpeg/node-fluent-ffmpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 843 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "fluent-ffmpeg",
"version": "1.5.2",
"description": "A fluent API to FFMPEG (http://www.ffmpeg.org)",
"keywords": [
"ffmpeg"
],
"author": "Stefan Schaermeli <[email protected]>",
"contributors": [
{
"name": "Felix Fichte",
"email": "[email protected]"
}
],
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/schaermu/node-fluent-ffmpeg/issues"
},
"repository": "git://github.com/schaermu/node-fluent-ffmpeg.git",
"devDependencies": {
"mocha": "latest",
"should": "latest",
"grunt-contrib-watch": "~0.4.4",
"grunt-shell": "~0.3.0",
"grunt": "~0.4.1"
},
"dependencies": {
"async": ">=0.2.9",
"exec-queue": ">=0.0.2"
},
"engines": {
"node": ">=0.8.0"
},
"main": "index",
"scripts": {
"test": "make test"
}
}