forked from devongovett/pics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 833 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
{
"name": "pics",
"version": "1.0.1",
"description": "Ties together streaming image encoders and decoders with a nice API",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"neuquant": "^1.0.2",
"pixel-stream": "^1.0.3",
"color-transform": "^1.0.1"
},
"devDependencies": {
"concat-frames": "^1.0.1",
"concat-stream": "^1.4.6",
"mocha": "^2.0.1"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/devongovett/pics.git"
},
"keywords": [
"image",
"decode",
"encode",
"pixel-stream"
],
"author": "Devon Govett <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/devongovett/pics/issues"
},
"homepage": "https://github.com/devongovett/pics"
}