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",
|
"name": "base58",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
|
"keywords": "base58",
|
||||||
|
"description": "Base58 encoding and decoding",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jim Myhrberg",
|
"name": "Jim Myhrberg",
|
||||||
"email": "contact@jimeh.me"
|
"email": "contact@jimeh.me"
|
||||||
},
|
},
|
||||||
"keywords": "base58",
|
|
||||||
"description": "Base58 encoding and decoding",
|
|
||||||
"licenses": [{
|
"licenses": [{
|
||||||
"type": "MIT",
|
"type": "MIT",
|
||||||
"url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md"
|
"url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md"
|
||||||
}],
|
}],
|
||||||
|
|
||||||
"repository" : {
|
"repository" : {
|
||||||
|
|||||||
Reference in New Issue
Block a user