-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
41 lines (41 loc) · 947 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
39
40
41
{
"name": "gif-video",
"description": "Convert a GIF image into an HTML5-ready video for considerably better file sizes",
"version": "0.0.2",
"main": "index.js",
"browser": "index.js",
"dependencies": {
"gif-explode": "0.0.1",
"multipipe": "0.0.1",
"stopmotion": "git://github.com/hughsk/stopmotion",
"streamify": "~0.2.2",
"through2": "~0.4.1"
},
"devDependencies": {},
"scripts": {
"test": "node test/test"
},
"author": "Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/gif-video"
},
"bugs": {
"url": "https://github.com/hughsk/gif-video/issues"
},
"homepage": "https://github.com/hughsk/gif-video",
"directories": {
"test": "test"
},
"keywords": [
"gif",
"video",
"convert",
"conversion",
"streaming",
"webm",
"html5",
"optimisation"
]
}