Update package.json for mempool-frontend

This commit is contained in:
wiz
2020-03-13 19:48:10 +09:00
parent 909bd7f914
commit 36d96bff09
2 changed files with 20 additions and 4 deletions

View File

@@ -1,6 +1,24 @@
{
"name": "mempoolspace",
"version": "0.0.0",
"name": "mempool-frontend",
"version": "2.0.0",
"description": "Bitcoin mempool visualizer and blockchain explorer backend",
"license": "MIT",
"homepage": "https://mempool.space",
"repository": {
"type": "git",
"url": "git+https://github.com/mempool/mempool.git"
},
"bugs": {
"url": "https://github.com/mempool/mempool/issues"
},
"keywords": [
"bitcoin",
"mempool",
"blockchain",
"explorer",
"liquid"
],
"main": "index.ts",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
@@ -9,7 +27,6 @@
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.0.0",
"@angular/common": "~9.0.0",