-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 813 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 813 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
{
"name": "@micmath/gifpander",
"version": "0.0.1",
"description": "GIF frame expander - split an animated GIF image into a series of static JPG images.",
"engines": {
"node": ">=8"
},
"main": "index.js",
"bin": {
"gifpander": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Mathews <micmath@gmail.com>",
"license": "Apache-2.0",
"dependencies": {
"elegant-status": "^1.1.0",
"gm": "^1.23.1",
"mkdirp": "^0.5.1",
"yargs": "^16.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micmath/gifpander.git"
},
"keywords": [
"gif"
],
"bugs": {
"url": "https://github.com/micmath/gifpander/issues"
},
"homepage": "https://github.com/micmath/gifpander#readme"
}