diff --git a/web/README.md b/web/README.md index 8a9265b2..73b0b12a 100644 --- a/web/README.md +++ b/web/README.md @@ -1,7 +1,7 @@ ## GoCryptoTrader website A website interface to interact with the main GoCryptoTrader application. It is developed with Angular 4 with support for Electron -##This is still in active development +## This is still in active development You can track ideas, planned features and what's in progresss on this Trello board: [https://trello.com/b/ZAhMhpOy/gocryptotrader](https://trello.com/b/ZAhMhpOy/gocryptotrader). ## Current Features @@ -14,7 +14,7 @@ A website interface to interact with the main GoCryptoTrader application. It is -Install dependencies with npm : +## Install dependencies with npm : ``` bash npm install @@ -59,9 +59,11 @@ You can run tests with the command lines below : - **in another terminal window** -> Then, launch Protractor (E2E framework): `npm run e2e` # Contributors -|[GloriousCode](https://github.com/gloriouscode)| -|[Maxime GRIS](https://github.com/maximegris)| -|[Shazbot](https://github.com/shazbert)| +|User|Github|Contribution| +|--|--|--| +|GloriousCode|https://github.com/gloriouscode |Lead front-end| +|Maxime GRIS|https://github.com/maximegris |Angular4 + Electron Base| +|Shazbert|https://github.com/shazbert |Initial designs| diff --git a/web/package-lock.json b/web/package-lock.json index aa4ff36d..ff62d1ca 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,6 +1,6 @@ { - "name": "angular-electron", - "version": "1.6.1", + "name": "gocryptotrader-web", + "version": "0.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/web/package.json b/web/package.json index 464d751a..838c5a0a 100644 --- a/web/package.json +++ b/web/package.json @@ -6,14 +6,16 @@ "author": { "name": "Scott", "email": "scott@gloriousedge.com", - "github":"https://github.com/gloriousCode/", - "website":"https://www.gloriousedge.com" + "github": "https://github.com/gloriousCode/", + "website": "https://www.gloriousedge.com" }, - "contributers": [{ - "name": "Maxime GRIS", - "email": "maxime.gris@gmail.com", - "github": "https://github.com/maximegris/" - }], + "contributers": [ + { + "name": "Maxime GRIS", + "email": "maxime.gris@gmail.com", + "github": "https://github.com/maximegris/" + } + ], "keywords": [ "angular", "electron",