forked from eugeneware/gifencoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 KB
/
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
45
46
47
48
{
"name": "gifencoder",
"version": "1.0.6",
"description": "Streaming server-side animated (and non-animated) gif generation for node.js",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"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 <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/gifencoder/issues"
},
"dependencies": {},
"devDependencies": {
"expect.js": "^0.3.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt": "~0.4.1",
"grunt-mocha-cli": "^1.10.0",
"grunt-complexity": "^0.2.0",
"grunt-cli": "~0.1.9",
"canvas": "~1.1.0",
"concat-stream": "^1.4.6",
"png-js": "~0.1.1",
"after": "~0.8.1",
"range": "0.0.2",
"png-file-stream": "^1.0.0"
}
}