chore(docs): Update README docs for more clarity

chore(packagejson): clean up and standardize data inside package json - author taken from MIT license details
chore(spacing): move tsconfig json to follow codebase standard indentation setup
This commit is contained in:
Andre Neves
2019-09-08 13:37:07 -04:00
parent 143949bab4
commit fc2721e3e7
4 changed files with 148 additions and 120 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.0.0",
"@angular/common": "^8.0.0",