{ "name": "gocryptotrader-web", "version": "0.4.0", "description": "Front-end interface for GoCryptoTrader", "homepage": "https://github.com/thrasher-/gocryptotrader", "author": { "name": "Scott", "email": "scott@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/" }], "keywords": [ "angular", "electron", "typescript", "sass", "bitcoin", "exchange" ], "main": "main.js", "private": true, "scripts": { "postinstall": "npx electron-builder install-app-deps", "ng": "ng", "start": "node hooks/environments/set_profile.js && npm-run-all -p ng:serve electron:serve", "build": "node hooks/environments/set_profile.js && ng build && npm run electron:tsc", "build:prod": "node hooks/environments/set_profile.js && ng build --prod && npm run electron:tsc", "ng:serve": "ng serve -o", "electron:tsc": "tsc main.ts", "electron:serve": "wait-on http-get://localhost:4200/ && npm run electron:tsc && electron . --serve", "electron:local": "npm run build:prod && electron .", "electron:linux": "npm run build:prod && npx electron-builder build --linux", "electron:windows": "npm run build:prod && npx electron-builder build --windows", "electron:mac": "npm run build:prod && npx electron-builder build --mac", "test": "karma start ./karma.conf.js", "pree2e:build": "webdriver-manager update --gecko false && npm run ng serve", "pree2e:protractor": "wait-on http-get://localhost:4200/ && protractor ./protractor.conf.js", "e2e": "npm-run-all -p -r pree2e:build pree2e:protractor", "start:web": "ng serve --o" }, "dependencies": { "node-sass": "^4.9.0", "rxjs-compat": "^6.2.0", "rxjs-tslint": "^0.1.4" }, "devDependencies": { "@amcharts/amcharts3-angular": "2.1.0", "@angular-devkit/build-angular": "~0.6.8", "@angular/animations": "6.0.4", "@angular/cdk": "6.2.1", "@angular/cli": "6.0.8", "@angular/common": "6.0.4", "@angular/compiler": "6.0.4", "@angular/compiler-cli": "6.0.4", "@angular/core": "6.0.4", "@angular/forms": "6.0.4", "@angular/http": "6.0.4", "@angular/language-service": "6.0.4", "@angular/material": "6.2.1", "@angular/platform-browser": "6.0.4", "@angular/platform-browser-dynamic": "6.0.4", "@angular/router": "6.0.4", "@ngx-translate/core": "9.1.1", "@ngx-translate/http-loader": "2.0.1", "@types/core-js": "0.9.36", "@types/jasmine": "2.8.6", "@types/jasminewd2": "2.0.3", "@types/node": "7.0.7", "codelyzer": "4.2.1", "core-js": "2.5.5", "cross-env": "5.1.4", "dotenv": "5.0.1", "electron": "1.8.4", "electron-builder": "^20.15.3", "electron-reload": "1.2.2", "fs-extra": "5.0.0", "jasmine-core": "2.99.1", "jasmine-spec-reporter": "4.2.1", "karma": "^2.0.2", "karma-chrome-launcher": "2.2.0", "karma-coverage-istanbul-reporter": "1.4.2", "npm-run-all": "4.1.2", "npx": "^10.2.0", "protractor": "^5.3.2", "replace": "0.3.0", "rxjs": "^6.2.0", "ts-node": "4.1.0", "tslint": "^5.9.1", "typescript": "2.7.2", "wait-on": "2.1.0", "webdriver-manager": "12.0.6", "zone.js": "^0.8.26" } }