Test/node_modules/png-chunks-extract/package.json
2026-04-09 22:54:00 +07:00

44 lines
895 B
JSON

{
"name": "png-chunks-extract",
"version": "1.0.0",
"description": "Extract the data chunks from a PNG file",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "https://github.com/hughsk"
},
"dependencies": {
"crc-32": "^0.3.0"
},
"devDependencies": {
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"scripts": {
"test": "node test | tap-spec"
},
"keywords": [
"png,",
"parse,",
"extract,",
"chunks,",
"metadata,",
"IHDR,",
"image,",
"hide,",
"text,",
"IEND,",
"format,",
"read"
],
"repository": {
"type": "git",
"url": "git://github.com/hughsk/png-chunks-extract.git"
},
"homepage": "https://github.com/hughsk/png-chunks-extract",
"bugs": {
"url": "https://github.com/hughsk/png-chunks-extract/issues"
}
}