Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Version bump 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
godsflaw committed Jul 19, 2013
1 parent 3be32ad commit 1b18646
Showing 1 changed file with 44 additions and 7 deletions.
51 changes: 44 additions & 7 deletions package.json
@@ -1,29 +1,66 @@
{
"name": "msgpack",
"description": "A space-efficient object serialization library for node.js",
"version": "0.1.8",
"homepage": "https://github.com/pgriess/node-msgpack",
"author": "Peter Griess <pg@std.in>",
"version": "0.1.9",
"homepage": "https://github.com/msgpack/msgpack-node",
"contributors": [
{
"name": "Tom Taylor",
"email": "tom@tomtaylor.co.uk"
"name": "Amos Barreto",
"url": "https://github.com/squamos"
},
{
"name": "Peter Griess",
"url": "https://github.com/pgriess"
},
{
"name": "Maxwell Krohn",
"url": "https://github.com/maxtaco"
},
{
"name": "Jaye Marshall",
"url": "https://github.com/jmars"
},
{
"name": "matthiasg",
"url": "https://github.com/matthiasg"
},
{
"name": "Christopher Mooney",
"url": "https://github.com/godsflaw"
"email": "chris@dod.net"
},
{
"name": "Michael Phan-Ba",
"url": "https://github.com/mikepb"
},
{
"name": "Bob Potter",
"url": "https://github.com/bpot"
},
{
"name": "rashfael",
"url": "https://github.com/rashfael"
},
{
"name": "Tom Taylor",
"email": "tom@tomtaylor.co.uk"
"url": "https://github.com/tomtaylor"
},
{
"name": "Keiji Yoshimi",
"url": "https://github.com/walf443"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pgriess/node-msgpack.git"
"url": "https://github.com/msgpack/msgpack-node.git"
},
"main": "./lib/msgpack",
"directories": {
"lib": "lib"
},
"optionalDependencies": {
"nodeunit" : "https://github.com/godsflaw/nodeunit/tarball/master"
"nodeunit": "https://github.com/godsflaw/nodeunit/tarball/master"
},
"engines": {
"node": ">=0.8.x"
Expand Down

0 comments on commit 1b18646

Please sign in to comment.