Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Commit

Permalink
chore: update maintaner and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jun 2, 2020
1 parent e9790bd commit 5ea2ce7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ js-multibase
## Lead Maintainer

[Oli Evans](https://github.com/olizilla)
[Hugo Dias](https://github.com/hugomrdias)

## Table of Contents

Expand Down
48 changes: 25 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,24 @@
"name": "multibase",
"version": "0.7.0",
"description": "JavaScript implementation of the multibase specification",
"leadMaintainer": "Oli Evans <[email protected]>",
"keywords": [
"IPFS",
"multiformats",
"multibase",
"encode",
"decode",
"formats"
],
"homepage": "https://github.com/multiformats/js-multibase#readme",
"bugs": "https://github.com/multiformats/js-multibase/issues",
"license": "MIT",
"leadMaintainer": "Hugo Dias <[email protected]>",
"files": [
"src",
"dist"
],
"main": "src/index.js",
"repository": "github:multiformats/js-multibase",
"scripts": {
"lint": "aegir lint",
"test": "aegir test",
Expand All @@ -17,37 +33,23 @@
"coverage": "aegir coverage",
"coverage-publish": "aegir coverage publish"
},
"files": [
"src",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/multiformats/js-multibase.git"
"dependencies": {
"base-x": "^3.0.8",
"buffer": "^5.5.0"
},
"keywords": [
"IPFS",
"multiformats",
"multibase",
"encode",
"decode",
"formats"
],
"devDependencies": {
"aegir": "^22.0.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"pre-commit": "^1.2.2"
},
"dependencies": {
"base-x": "^3.0.8",
"buffer": "^5.5.0"
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/multiformats/js-multibase/issues"
"eslintConfig": {
"extends": "./node_modules/aegir/src/config/eslintrc.js"
},
"homepage": "https://github.com/multiformats/js-multibase#readme",
"contributors": [
"David Dias <[email protected]>",
"Oli Evans <[email protected]>",
Expand Down

0 comments on commit 5ea2ce7

Please sign in to comment.