pngparse
Version:
convert PNG images to pixel arrays without dependencies
25 lines (24 loc) • 491 B
JSON
{
"name" : "pngparse",
"version" : "2.0.1",
"description" : "convert PNG images to pixel arrays without dependencies",
"keywords" : [
"png",
"image"
],
"author": {
"name": "The Dark Sky Company",
"email": "devsupport@darkskyapp.com"
},
"repository": {
"type": "git",
"url": "git://github.com/darkskyapp/pngparse.git"
},
"main": "./index",
"dependencies" : {
},
"devDependencies" : {
"mocha" : "1.10.x",
"chai" : "1.6.x"
}
}