mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-25 20:00:19 +01:00
package details
This commit is contained in:
parent
9d250f7f9a
commit
0098a58545
15
package.json
15
package.json
@ -1,12 +1,14 @@
|
|||||||
{
|
{
|
||||||
"name": "js-bigchaindb-quickstart",
|
"name": "js-bigchaindb-driver",
|
||||||
"version": "0.0.1",
|
"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": {
|
"repository": {
|
||||||
"type": "git",
|
"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",
|
"author": "BigchainDB",
|
||||||
"main": "./dist/bundle/bundle.js",
|
"main": "./dist/bundle/bundle.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -56,6 +58,9 @@
|
|||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bigchaindb",
|
"bigchaindb",
|
||||||
"cryptoconditions"
|
"driver",
|
||||||
|
"blockchain",
|
||||||
|
"decentralized",
|
||||||
|
"dapp"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user