mirror of
https://github.com/jimeh/node-base58.git
synced 2026-02-18 23:26:40 +00:00
37 lines
772 B
JSON
37 lines
772 B
JSON
{
|
|
"name": "base58",
|
|
"version": "1.0.0",
|
|
"keywords": "base58, flickr",
|
|
"description": "Flickr Flavored Base58 Encoding and Decoding",
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.github.com/jimeh/node-base58/master/LICENSE.md"
|
|
}
|
|
],
|
|
"author": {
|
|
"name": "Jim Myhrberg",
|
|
"email": "contact@jimeh.me"
|
|
},
|
|
"contributors": [
|
|
"Louis Buchbinder github@louisbuchbinder.com"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jimeh/node-base58.git"
|
|
},
|
|
"main": "./src/base58",
|
|
"engines": {
|
|
"node": ">= 4"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.1.1",
|
|
"eslint-config-flickr": "^1.3.1",
|
|
"mocha": "^3.4.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint . --fix",
|
|
"test": "mocha test"
|
|
}
|
|
}
|