rsanchez
2017-06-08 fc23386ca5bdfe7df874d0947313306e6b7bf31c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
  "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.1.3",
    "@angular/animations": "~4.1.3",
    "@angular/common": "^4.1.3",
    "@angular/compiler": "~4.1.3",
    "@angular/forms": "~4.1.3",
    "@angular/http": "~4.1.3",
    "@angular/router": "^4.1.3",
    "@angular/platform-browser": "~4.1.3",
    "@angular/platform-browser-dynamic": "~4.1.3",
    "@angular/material": "^2.0.0-beta.4",
    "@covalent/core": "^1.0.0-beta.4",
    "@covalent/dynamic-forms": "^1.0.0-beta.4",
    "@covalent/http": "^1.0.0-beta.4",
    "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.2.1"
  },
  "jspm": {
    "name": "securis",
    "main": "src/main.js",
    "dependencies": {
      "@angular/animations": "npm:@angular/animations@^4.1.3",
      "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@^4.1.3",
      "@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.0.0",
      "@angular/compiler": "npm:@angular/compiler@^4.1.3",
      "@angular/core": "npm:@angular/core@4.1.3",
      "@angular/forms": "npm:@angular/forms@^4.1.3",
      "@angular/http": "npm:@angular/http@^4.1.3",
      "@angular/material": "npm:@angular/material@^2.0.0-beta.3",
      "@angular/platform-browser": "npm:@angular/platform-browser@4.1.3",
      "@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.2.2": {
        "browser": {},
        "map": {
          "buffer": "@empty",
          "child_process": "@empty",
          "fs": "@empty",
          "path": "@empty",
          "process": "@empty",
          "readline": "@empty"
        },
        "dependencies": {
          "source-map-support": "*"
        }
      }
    }
  },
  "repository": {}
}