forked from brianloveswords/streampng
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 764 Bytes
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
{
"author": "Brian J. Brennan <brianloveswords@gmail.com> (http://bjb.io)",
"name": "streampng",
"description": "Streaming PNG encoder/decoder, compatible with latest PNG extensions (PNGEXT 1.4.0)",
"version": "0.1.9",
"homepage": "https://github.com/OpenWorksGroup/streampng",
"repository": {
"type": "git",
"url": "git://github.com/OpenWorksGroup/streampng.git"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/tap test/*.test.js"
},
"dependencies": {
"buffer-crc32": "^0.2.13",
"buffer-equal": "^1.0.0",
"errs": "^0.3.2",
"bitwriter-v2": "^2.0.0",
"bitreader": "^0.0.1"
},
"devDependencies": {
"tap": "^10.3.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}