-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 983 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
{
"name": "gifwrap",
"version": "0.10.1",
"description": "A Jimp-compatible library for working with GIFs",
"main": "src/index.js",
"scripts": {
"test": "mocha --timeout=6000 ./test/*.js",
"docs": "jsdoc2md --plugin dmd-clear --template templates/README.hbs src/index.js src/gif.js src/bitmapimage.js src/gifframe.js src/gifutil.js src/gifcodec.js > README.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtlapp/gifwrap.git"
},
"keywords": [
"image",
"image",
"processing",
"image",
"manipulation",
"gif",
"javascript"
],
"author": "Joseph T. Lapp",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtlapp/gifwrap/issues"
},
"homepage": "https://github.com/jtlapp/gifwrap#readme",
"dependencies": {
"image-q": "^4.0.0",
"omggif": "^1.0.10"
},
"devDependencies": {
"chai": "^4.2.0",
"dmd-clear": "^0.1.2",
"jimp": "^0.2.28",
"mocha": "^9.2.2"
}
}