UNPKG

png-async

Version:

A simple and non-blocking PNG encoder / decoder.

43 lines (42 loc) 1.07 kB
{ "name": "png-async", "version": "0.9.4", "description": "A simple and non-blocking PNG encoder / decoder.", "main": "./lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc --declaration", "watch": "tsc -w --declaration", "test": "mocha --exit test/*.js", "clean": "rimraf lib/*", "prepublishOnly": "npm run clean && npm run build" }, "repository": { "type": "git", "url": "https://github.com/kanreisa/node-png-async.git" }, "bugs": { "url": "https://github.com/kanreisa/node-png-async/issues" }, "keywords": [ "png", "stream", "async", "non-blocking" ], "author": "Yuki KAN <re@pixely.jp> (https://github.com/kanreisa)", "contributors": [ "niegowski", "brighthas", "steelsojka" ], "license": "MIT", "homepage": "https://github.com/kanreisa/node-png-async", "devDependencies": { "@types/node": "^8.10.39", "mocha": "^5.2.0", "rimraf": "^2.6.2", "should": "^5.0.1", "typescript": "^2.9.2" } }