pngjs/package.json
2014-06-20 08:26:36 +08:00

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"
}
}