From 0098a5854544a75e34b7a7c9270ddafecee9626a Mon Sep 17 00:00:00 2001 From: diminator Date: Tue, 9 May 2017 21:42:46 +0200 Subject: [PATCH] package details --- package.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8ae7d0f..c1583db 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,14 @@ { - "name": "js-bigchaindb-quickstart", + "name": "js-bigchaindb-driver", "version": "0.0.1", - "description": "Some quickstarting for BigchainDB with JavaScript (node + browser)", + "description": "JavaScript driver for BigchainDB (node + browser)", + "homepage": "https://www.bigchaindb.com/", + "bugs": "https://github.com/bigchaindb/js-bigchaindb-driver/issues", "repository": { "type": "git", - "url": "git+https://github.com/sohkai/js-bigchaindb-quickstart.git" + "url": "git+https://github.com/bigchaindb/js-bigchaindb-driver.git" }, - "license": "¯\\_(ツ)_/¯", + "license": "Apache Software License 2.0", "author": "BigchainDB", "main": "./dist/bundle/bundle.js", "scripts": { @@ -56,6 +58,9 @@ }, "keywords": [ "bigchaindb", - "cryptoconditions" + "driver", + "blockchain", + "decentralized", + "dapp" ] }