| .. | .. |
|---|
| 1 | 1 | { |
|---|
| 2 | | - "name": "angular-quickstart", |
|---|
| 3 | | - "version": "1.0.0", |
|---|
| 2 | + "name": "securis", |
|---|
| 3 | + "version": "2.0.0", |
|---|
| 4 | 4 | "description": "QuickStart package.json from the documentation, supplemented with testing support", |
|---|
| 5 | 5 | "scripts": { |
|---|
| 6 | 6 | "build": "tsc -p src/", |
|---|
| .. | .. |
|---|
| 36 | 36 | "@covalent/core": "^1.0.0-beta.2", |
|---|
| 37 | 37 | "@covalent/dynamic-forms": "^1.0.0-beta.2", |
|---|
| 38 | 38 | "@covalent/http": "^1.0.0-beta.2", |
|---|
| 39 | + "angular-2-local-storage": "^1.0.1", |
|---|
| 39 | 40 | "angular-in-memory-web-api": "~0.2.4", |
|---|
| 40 | 41 | "core-js": "^2.4.1", |
|---|
| 41 | 42 | "hammerjs": "^2.0.8", |
|---|
| 43 | + "ng2-toastr": "^1.5.1", |
|---|
| 42 | 44 | "rxjs": "^5.0.1", |
|---|
| 43 | 45 | "systemjs": "0.19.40", |
|---|
| 44 | 46 | "zone.js": "^0.7.4" |
|---|
| 45 | 47 | }, |
|---|
| 46 | 48 | "devDependencies": { |
|---|
| 47 | | - "concurrently": "^3.2.0", |
|---|
| 48 | | - "lite-server": "^2.2.2", |
|---|
| 49 | | - "typescript": "~2.0.10", |
|---|
| 49 | + "@types/jasmine": "2.5.36", |
|---|
| 50 | + "@types/node": "^6.0.46", |
|---|
| 50 | 51 | "canonical-path": "0.0.2", |
|---|
| 51 | | - "tslint": "^3.15.1", |
|---|
| 52 | | - "lodash": "^4.16.4", |
|---|
| 52 | + "concurrently": "^3.2.0", |
|---|
| 53 | 53 | "jasmine-core": "~2.4.1", |
|---|
| 54 | 54 | "karma": "^1.3.0", |
|---|
| 55 | 55 | "karma-chrome-launcher": "^2.0.0", |
|---|
| 56 | 56 | "karma-cli": "^1.0.1", |
|---|
| 57 | 57 | "karma-jasmine": "^1.0.2", |
|---|
| 58 | 58 | "karma-jasmine-html-reporter": "^0.2.2", |
|---|
| 59 | + "lite-server": "^2.2.2", |
|---|
| 60 | + "lodash": "^4.16.4", |
|---|
| 59 | 61 | "protractor": "~4.0.14", |
|---|
| 60 | 62 | "rimraf": "^2.5.4", |
|---|
| 61 | | - "@types/node": "^6.0.46", |
|---|
| 62 | | - "@types/jasmine": "2.5.36" |
|---|
| 63 | + "tslint": "^3.15.1", |
|---|
| 64 | + "typescript": "^2.2.1" |
|---|
| 63 | 65 | }, |
|---|
| 64 | 66 | "repository": {} |
|---|
| 65 | 67 | } |
|---|