mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-19 07:36:40 +00:00
Update package.json formatting, and add license details
This commit is contained in:
10
package.json
10
package.json
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"name": "base58",
|
||||
"version": "0.0.1",
|
||||
"author": "Jim Myhrberg <contact@jimeh.me>",
|
||||
"author": {
|
||||
"name": "Jim Myhrberg",
|
||||
"email": "contact@jimeh.me"
|
||||
},
|
||||
"keywords": "base58",
|
||||
"description": "Base58 encoding and decoding",
|
||||
"license": "MIT",
|
||||
"licenses": [{
|
||||
"type": "MIT",
|
||||
"url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md"
|
||||
}],
|
||||
|
||||
"repository" : {
|
||||
"type" : "git",
|
||||
|
||||
Reference in New Issue
Block a user