-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 867 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 867 Bytes
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
{
"name": "frame-extractor",
"description": "Updated version of video-frame-extractor:Wrapper around ffmpeg to extract an image from a particular time and frame",
"version": "1.0.0",
"author": [
{
"name": "Jeanre Swanepoel",
"email": "jeanre.swanepoel@ikhasi.co.za",
"url": "http://www.ikhasi.co.za"
},
{
"name": "iñigo tamayo",
"email": "tamaxx@gmail.com"
}
],
"url": "https://github.com/itamayo/frame-extractor.git",
"license": "BSD",
"repository": {
"type": "git",
"url": "git://github.com/itamayo/frame-extractor.git"
},
"keywords": [
"video",
"frames",
"h264",
"mp4"
],
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"bluebird": "^2.8.1",
"mediainfo": "git+https://github.com/itamayo/node-mediainfo.git",
"mediainfo-parser": "^1.1.5"
}
}