{ "name": "node-png", "version": "0.4.2", "description": "Simple PNG encoder/decoder", "author": "Kuba Niegowski", "contributors": [], "homepage": "https://github.com/niegowski/node-pngjs/", "keywords": [ "png" ], "engines": { "node": "0.8.x" }, "main": "./lib/png.js", "directories": { "example": "examples" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/brighthas/node-pngjs.git" }, "license": "MIT", "bugs": { "url": "https://github.com/brighthas/node-pngjs/issues" } }