Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
docs: add lead maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed May 7, 2018
1 parent 34a192e commit c777ae7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,29 @@ Peer Book JavaScript Implementation

> Peer Store for libp2p and IPFS
# Installation
## Lead Maintainer

## npm
[Pedro Teixeira](https://github.com/pgte)

## Table of Contents

soon™

## Installation

### npm

```sh
> npm i peer-book
```

## Node.JS, Browserify, Webpack
### Node.JS, Browserify, Webpack

```JavaScript
const PeerBook = require('peer-book')
```

## Browser: `<script>` Tag
### Browser: `<script>` Tag

Loading this module through a script tag will make the `PeerBook` obj available in the global namespace.

Expand Down
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
"version": "0.7.0",
"description": "Peer Store for libp2p and IPFS",
"main": "src/index.js",
"directories": {
"test": "test"
},
"leadMaintainer": "Pedro Teixeira <[email protected]>",
"scripts": {
"lint": "aegir lint",
"build": "aegir build",
Expand All @@ -22,15 +20,14 @@
"type": "git",
"url": "git+https://github.com/libp2p/js-peer-book.git"
},
"pre-commit": [
"pre-push": [
"lint",
"test"
],
"keywords": [
"IPFS",
"libp2p"
],
"author": "David Dias <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/js-peer-book/issues"
Expand All @@ -46,8 +43,7 @@
"async": "^2.6.0",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"multiaddr": "^5.0.0",
"pre-commit": "^1.2.2"
"multiaddr": "^5.0.0"
},
"contributors": [
"David Dias <[email protected]>",
Expand Down

0 comments on commit c777ae7

Please sign in to comment.