From 505b94e5aa871760cc7b8ba554e67f320b4d921f Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Mon, 28 Oct 2019 13:56:57 -0400 Subject: [PATCH] Update package.json --- package.json | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a19b89b..91ec035 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,29 @@ { "name": "@status-im/subspace", "version": "1.1.0", - "description": "", + "description": "Library for Reactive Dapp Development with auto syncing and caching capabilities https://subspace.status.im", "main": "./dist/node.js", "browser": "./dist/browser.js", - "author": "", + "author": "Status Research & Development GMBH", + "authors": [ + { + "name": "Iuri Matias", + "email": "iuri.matias@gmail.com", + "homepage": "https://github.com/iurimatias" + }, + { + "name": "Richard Ramos", + "email": "info@richardramos.me", + "homepage": "https://github.com/richard-ramos" + } + ], + "repository": { + "type": "git", + "url": "git+https://github.com/embark-framework/subspace.git" + }, + "bugs": { + "url": "https://github.com/embark-framework/subspace/issues" + }, "license": "MIT", "scripts": { "babel": "babel",