png-info
Version:
Get information about a PNG from its headers
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "png-info",
"version": "0.0.1",
"description": "Get information about a PNG from its headers",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run cover",
"lint": "standard -v --reporter stylish && echo '# linter passed'",
"cover": "istanbul cover --report cobertura --print detail tape -- test/index.tap.js test/**/*.tap.js",
"view-cover": "istanbul cover --report html tape -- test/index.tap.js test/**/*.tap.js && opn coverage/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Willyham/png-info.git"
},
"keywords": [
"png",
"headers",
"IHDR",
"PLTE",
"tRNS",
"gAMA",
"cHRM",
"sRGB",
"iCCP",
"tEXt",
"bKGD",
"pHYs",
"sBIT",
"sPLT",
"hIST",
"tIME",
"image",
"width",
"height"
],
"author": "Willyham <willdemaine@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Willyham/png-info/issues"
},
"homepage": "https://github.com/Willyham/png-info#readme",
"devDependencies": {
"tape": "^4.2.0",
"uber-standard": "^4.0.1"
},
"dependencies": {
"buffer-equal": "0.0.1"
}
}