forked from vvo/gifify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 701 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 701 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
{
"name": "gifify",
"version": "2.4.3",
"description": "Convert any video file to an optimized animated GIF",
"main": "index.js",
"bin": {
"gifify": "bin/gifify"
},
"scripts": {
"example": "node ./example/index"
},
"repository": {
"type": "git",
"url": "git://github.com/vvo/gifify.git"
},
"author": "Vincent Voyer <vincent@zeroload.net>",
"license": "ISC",
"bugs": {
"url": "https://github.com/vvo/gifify/issues"
},
"homepage": "https://github.com/vvo/gifify",
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"debug": "^2.5.2",
"moment": "^2.17.1",
"moment-duration-format": "^1.3.0",
"promise": "^7.1.1"
}
}