{ "name": "securis", "version": "2.0.0", "description": "SeCuris front-end application based on Angular4 and Materail design", "scripts": { "build": "tsc -p src/", "build:watch": "tsc -p src/ -w", "build:e2e": "tsc -p e2e/", "serve": "lite-server -c=bs-config.js", "serve:e2e": "lite-server -c=bs-config.e2e.json", "prestart": "npm run build", "start": "concurrently \"npm run build:watch\" \"npm run serve\"", "pree2e": "npm run build:e2e", "e2e": "concurrently \"npm run serve:e2e\" \"npm run protractor\" --kill-others --success first", "preprotractor": "webdriver-manager update", "protractor": "protractor protractor.config.js", "pretest": "npm run build", "test": "concurrently \"npm run build:watch\" \"karma start karma.conf.js\"", "pretest:once": "npm run build", "test:once": "karma start karma.conf.js --single-run", "lint": "tslint ./src/**/*.ts -t verbose" }, "keywords": [], "author": "", "license": "Commercial", "dependencies": { "@angular/core": "~4.2.0", "@angular/animations": "~4.2.0", "@angular/common": "^4.2.0", "@angular/compiler": "~4.2.0", "@angular/forms": "~4.2.0", "@angular/http": "~4.2.0", "@angular/router": "^4.2.0", "@angular/platform-browser": "~4.2.0", "@angular/platform-browser-dynamic": "~4.2.0", "@angular/material": "^2.0.0-beta.6", "@covalent/core": "^1.0.0-beta.5", "@covalent/dynamic-forms": "^1.0.0-beta.5", "@covalent/http": "^1.0.0-beta.5", "angular-in-memory-web-api": "~0.2.4", "angular-safeguard": "^1.0.1", "core-js": "^2.4.1", "file-saver": "^1.3.3", "hammerjs": "^2.0.8", "ng2-toastr": "^4.0.1", "rxjs": "^5.3.0", "web-animations-js": "^2.2.2", "zone": "^0.3.4", "zone.js": "^0.8.5" }, "devDependencies": { "@types/file-saver": "0.0.0", "@types/jasmine": "2.5.36", "@types/node": "^6.0.46", "canonical-path": "0.0.2", "concurrently": "^3.2.0", "jasmine-core": "~2.4.1", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-cli": "^1.0.1", "karma-jasmine": "^1.0.2", "karma-jasmine-html-reporter": "^0.2.2", "lite-server": "^2.2.2", "lodash": "^4.16.4", "protractor": "~4.0.14", "rimraf": "^2.5.4", "tslint": "^3.15.1", "jspm": "^0.17.0-beta.41", "typescript": "2.3.4" }, "jspm": { "name": "securis", "main": "src/main.js", "dependencies": { "@angular/animations": "npm:@angular/animations@^4.2.0", "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^4.2.0", "@covalent/core": "npm:@covalent/core@^1.0.0-beta.3-1", "@covalent/dynamic-forms": "npm:@covalent/dynamic-forms@^1.0.0-beta.3-1", "@covalent/http": "npm:@covalent/http@^1.0.0-beta.3-1", "angular-in-memory-web-api": "npm:angular-in-memory-web-api@^0.3.1", "angular-safeguard": "npm:angular-safeguard@^1.0.1", "core-js": "npm:core-js@^2.4.1", "file-saver": "npm:file-saver@^1.3.3", "hammerjs": "npm:hammerjs@^2.0.8", "ng2-toastr": "npm:ng2-toastr@^4.0.1", "web-animations-js": "npm:web-animations-js@^2.2.2" }, "devDependencies": { "child_process": "npm:jspm-nodelibs-child_process@^0.2.0", "module": "npm:jspm-nodelibs-module@^0.2.0", "net": "npm:jspm-nodelibs-net@^0.2.0", "plugin-typescript": "github:frankwallis/plugin-typescript@^7.0.6", "typescript": "npm:typescript@^2.2.2" }, "peerDependencies": { "@angular/common": "npm:@angular/common@4.2.0", "@angular/compiler": "npm:@angular/compiler@^4.2.0", "@angular/core": "npm:@angular/core@4.2.0", "@angular/forms": "npm:@angular/forms@^4.2.0", "@angular/http": "npm:@angular/http@^4.2.0", "@angular/material": "npm:@angular/material@^2.0.0-beta.6", "@angular/platform-browser": "npm:@angular/platform-browser@4.2.0", "@angular/router": "npm:@angular/router@^4.0.0", "assert": "npm:jspm-nodelibs-assert@^0.2.0", "buffer": "npm:jspm-nodelibs-buffer@^0.2.0", "constants": "npm:jspm-nodelibs-constants@^0.2.0", "crypto": "npm:jspm-nodelibs-crypto@^0.2.0", "events": "npm:jspm-nodelibs-events@^0.2.0", "fs": "npm:jspm-nodelibs-fs@^0.2.0", "os": "npm:jspm-nodelibs-os@^0.2.0", "path": "npm:jspm-nodelibs-path@^0.2.0", "process": "npm:jspm-nodelibs-process@^0.2.0", "rxjs": "npm:rxjs@^5.0.1", "stream": "npm:jspm-nodelibs-stream@^0.2.0", "string_decoder": "npm:jspm-nodelibs-string_decoder@^0.2.0", "timers": "npm:jspm-nodelibs-timers@^0.2.0", "util": "npm:jspm-nodelibs-util@^0.2.0", "vm": "npm:jspm-nodelibs-vm@^0.2.0", "zone.js": "npm:zone.js@^0.8.4" }, "overrides": { "npm:inherits@2.0.3": { "ignore": [ "test.js" ] }, "npm:tslib@1.7.1": { "format": "cjs", "meta": { "tslib.js": { "esModule": true } } }, "npm:typescript@2.3.4": { "browser": {}, "map": { "buffer": "@empty", "child_process": "@empty", "fs": "@empty", "path": "@empty", "process": "@empty", "readline": "@empty" }, "dependencies": { "source-map-support": "*" } } } }, "repository": {} }