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 40d9a6d commit d739a2a
Showing 1 changed file with 12 additions and 20 deletions.
32 changes: 12 additions & 20 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
{ {
"name": "gif", "name": "gif",
"version": "2.0.0", "version": "2.0.1",
"main": "gif", "main": "gif",
"description": "A C++ module for node-js that converts RGB and RGBA buffers to a GIF images (in memory).", "description": "A C++ module for node-js that converts RGB and RGBA buffers to a GIF images (in memory).",
"keywords": [ "keywords": [
Expand All @@ -10,25 +10,17 @@
"image", "image",
"picture" "picture"
], ],
"maintainers": [ "author": {
{ "name": "Peteris Krumins",
"name": "Peteris Krumins", "email": "peteris.krumins@gmail.com",
"email": "peteris.krumins@gmail.com", "web": "http://www.catonmat.net",
"web": "http://www.catonmat.net", "twitter": "pkrumins"
"twitter": "pkrumins" }
} "licens": "MIT",
], "repository": {
"licenses": [ "type": "git",
{ "url": "http://github.com/pkrumins/node-gif.git"
"type": "MIT" },
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/pkrumins/node-gif.git"
}
],
"directories": { "directories": {
"tests": "tests" "tests": "tests"
}, },
Expand Down

0 comments on commit d739a2a

Please sign in to comment.