{ "name": "pngjs2", "version": "0.0.1", "description": "Pure JS PNG encoder/decoder", "contributors": ["Kuba Niegowski", "Luke Page", "Pietajan De Potter", "Steven Sojka", "Alexandre Paré", "Gaurav Mali", "liangzeng"], "homepage": "https://github.com/lukeapage/pngjs2", "keywords": [ "png" ], "engines": { "node": "0.10.x" }, "main": "./lib/png.js", "directories": { "example": "examples" }, "scripts": { "test": "node test/test" }, "repository": { "type": "git", "url": "git://github.com/lukeapage/pngjs2.git" }, "license": "MIT", "bugs": { "url": "https://github.com/lukeapage/pngjs2/issues" } }