-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
41 lines (41 loc) · 901 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
{
"name": "image-decode",
"version": "1.2.3",
"description": "Decode image data from gif, jpeg, png, tiff or bmp",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dy/image-decode.git"
},
"keywords": [
"image",
"image-decode",
"get-pixels",
"image-pixels",
"pixels"
],
"author": "dy",
"license": "MIT",
"bugs": {
"url": "https://github.com/dy/image-decode/issues"
},
"homepage": "https://github.com/dy/image-decode#readme",
"devDependencies": {
"brfs": "^2.0.1",
"image-equal": "^3.1.0",
"tape": "^4.9.1"
},
"dependencies": {
"bmp-js": "^0.1.0",
"buffer-to-uint8array": "^1.1.0",
"image-type": "^3.0.0",
"jpeg-js": "^0.4.3",
"omggif": "^1.0.9",
"pngjs": "^3.3.3",
"to-array-buffer": "^3.0.0",
"utif": "^2.0.1"
}
}