44 lines
895 B
JSON
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"
|
|
}
|
|
}
|