mirror of
https://github.com/danbulant/pngjs
synced 2026-05-21 21:29:05 +00:00
29 lines
624 B
JSON
29 lines
624 B
JSON
{
|
|
"name": "node-png",
|
|
"version": "0.4.3",
|
|
"description": "Simple PNG encoder/decoder",
|
|
"author": "Kuba Niegowski",
|
|
"contributors": [],
|
|
"homepage": "https://github.com/brighthas/node-pngjs/",
|
|
"keywords": [
|
|
"png"
|
|
],
|
|
"engines": {
|
|
"node": "0.10.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"
|
|
}
|
|
}
|