Updated package information

This commit is contained in:
bumi 2019-07-02 16:52:27 +02:00
parent 03438bb890
commit 430edad1b8

View File

@ -1,15 +1,21 @@
{ {
"name": "kredits-ipfs-pinner", "name": "kredits-ipfs-pinner",
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "Tool to pin IPFS data of a kredits organization on a connected IPFS node.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"bin": { "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", "license": "MIT",
"dependencies": { "dependencies": {
"kredits-contracts": "^5.4.0", "kredits-contracts": "^5.4.0",