rsanchez
2017-03-02 3a29297e886c8f4cc247e065df9a60d6177514a2
securis/src/main/webapp/package.json
....@@ -1,6 +1,6 @@
11 {
2
- "name": "angular-quickstart",
3
- "version": "1.0.0",
2
+ "name": "securis",
3
+ "version": "2.0.0",
44 "description": "QuickStart package.json from the documentation, supplemented with testing support",
55 "scripts": {
66 "build": "tsc -p src/",
....@@ -36,30 +36,32 @@
3636 "@covalent/core": "^1.0.0-beta.2",
3737 "@covalent/dynamic-forms": "^1.0.0-beta.2",
3838 "@covalent/http": "^1.0.0-beta.2",
39
+ "angular-2-local-storage": "^1.0.1",
3940 "angular-in-memory-web-api": "~0.2.4",
4041 "core-js": "^2.4.1",
4142 "hammerjs": "^2.0.8",
43
+ "ng2-toastr": "^1.5.1",
4244 "rxjs": "^5.0.1",
4345 "systemjs": "0.19.40",
4446 "zone.js": "^0.7.4"
4547 },
4648 "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",
5051 "canonical-path": "0.0.2",
51
- "tslint": "^3.15.1",
52
- "lodash": "^4.16.4",
52
+ "concurrently": "^3.2.0",
5353 "jasmine-core": "~2.4.1",
5454 "karma": "^1.3.0",
5555 "karma-chrome-launcher": "^2.0.0",
5656 "karma-cli": "^1.0.1",
5757 "karma-jasmine": "^1.0.2",
5858 "karma-jasmine-html-reporter": "^0.2.2",
59
+ "lite-server": "^2.2.2",
60
+ "lodash": "^4.16.4",
5961 "protractor": "~4.0.14",
6062 "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"
6365 },
6466 "repository": {}
6567 }