-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
44 lines (44 loc) · 927 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
42
43
44
{
"name": "gifencoder",
"version": "2.0.1",
"description": "Streaming server-side animated (and non-animated) gif generation for node.js",
"main": "index.js",
"scripts": {
"test": "mocha test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/gifencoder"
},
"keywords": [
"gif",
"encode",
"encoder",
"GIF",
"encoding",
"animated",
"canvas",
"node-canvas",
"server",
"image",
"images",
"animations"
],
"author": "Eugene Ware <[email protected]>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/gifencoder/issues"
},
"dependencies": {
"canvas": "^2.2.0"
},
"devDependencies": {
"after": "~0.8.1",
"concat-stream": "^1.4.6",
"expect.js": "^0.3.1",
"mocha": "^5.2.0",
"png-file-stream": "^1.0.0",
"png-js": "~0.1.1",
"range": "0.0.3"
}
}