mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
Reorder info in package.json so it makes a bit more sense
This commit is contained in:
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user