Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pkrumins committed Feb 1, 2012
1 parent 0415066 commit 65189ae
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions package.json
@@ -1,34 +1,29 @@
{ {
"name": "png", "name": "png",
"version": "2.1.0", "version": "2.1.1",
"main":"./build/Release/png", "main":"./build/Release/png",
"description": "A C++ module for node-js that converts an RGB and RGBA buffers to PNG images (in memory).", "description": "A C++ module for node-js that converts an RGB and RGBA buffers to PNG images (in memory).",
"keywords": [ "keywords": [
"png", "png",
"rgb", "rgb",
"rgba", "rgba",
"image", "image",
"picture" "picture",
], "encode"
"maintainers": [
{
"name": "Peteris Krumins",
"email": "peteris.krumins@gmail.com",
"web": "http://www.catonmat.net",
"twitter": "pkrumins"
}
],
"licenses": [
{
"type": "MIT"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/pkrumins/node-png.git"
}
], ],
"author": {
"name": "Peteris Krumins",
"email": "peteris.krumins@gmail.com",
"web": "http://www.catonmat.net",
"twitter": "pkrumins"
},
"license": {
"type": "MIT"
},
"repository": {
"type": "git",
"url": "http://github.com/pkrumins/node-png.git"
},
"directories": { "directories": {
"examples": "examples", "examples": "examples",
"src": "src" "src": "src"
Expand Down

0 comments on commit 65189ae

Please sign in to comment.