Reorder info in package.json so it makes a bit more sense

This commit is contained in:
2012-04-16 09:09:21 +01:00
parent 40388a0c28
commit de424e457c

View File

@@ -1,15 +1,15 @@
{
"name": "base58",
"version": "0.0.1",
"keywords": "base58",
"description": "Base58 encoding and decoding",
"author": {
"name": "Jim Myhrberg",
"email": "contact@jimeh.me"
},
"keywords": "base58",
"description": "Base58 encoding and decoding",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md"
"type": "MIT",
"url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md"
}],
"repository" : {