Updated package information

This commit is contained in:
bumi 2019-07-02 16:52:27 +02:00
parent 03438bb890
commit 430edad1b8
1 changed files with 9 additions and 3 deletions

View File

@ -1,15 +1,21 @@
{
"name": "kredits-ipfs-pinner",
"version": "1.0.0",
"description": "",
"description": "Tool to pin IPFS data of a kredits organization on a connected IPFS node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"kredits-ipfs-pinner": "index.js"
"kredits-ipfs-pinner": "./index.js"
},
"author": "",
"author": [
{
"name": "Michael Bumann",
"email": "hello@michaelbumann.com",
"url": "https://michaelbumann.com"
}
],
"license": "MIT",
"dependencies": {
"kredits-contracts": "^5.4.0",