Merge pull request #13 from andrerfneves/refactor/docs-package

[chore] Documentation improvements and package json cleanups
This commit is contained in:
Simon Lindh
2019-10-29 02:00:17 +08:00
committed by GitHub
4 changed files with 147 additions and 119 deletions

View File

@@ -1,6 +1,7 @@
{
"name": "mempool",
"version": "0.0.0",
"name": "mempool-frontend",
"version": "1.0.0",
"description": "Bitcoin Mempool Visualizer",
"scripts": {
"ng": "ng",
"start": "ng serve --aot --proxy-config proxy.conf.json",
@@ -9,7 +10,11 @@
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"author": {
"name": "Simon Lindh",
"url": "https://github.com/mempool-space/mempool.space"
},
"license": "MIT",
"dependencies": {
"@angular/animations": "^8.2.11",
"@angular/common": "^8.2.11",