|
10 | 10 | },
|
11 | 11 | "repository": {
|
12 | 12 | "type": "git",
|
13 |
| - "url": "git+https://github.com/Lyoko-Jeremie/angular2-websocket.git" |
| 13 | + "url": "git+https://github.com/afrad/angular2-websocket.git" |
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@angular/common": "~2.0.0", |
17 |
| - "@angular/compiler": "~2.0.0", |
18 |
| - "@angular/core": "~2.0.0", |
19 |
| - "bluebird": "^3.4.6", |
| 16 | + "bluebird": "^3.4.6" |
| 17 | + }, |
| 18 | + "peerDependencies": { |
| 19 | + "@angular/common": "^2.0.0", |
| 20 | + "@angular/compiler": "^2.0.0", |
| 21 | + "@angular/core": "^2.0.0", |
20 | 22 | "core-js": "^2.4.1",
|
21 | 23 | "reflect-metadata": "^0.1.8",
|
22 | 24 | "rxjs": "5.0.0-beta.12",
|
23 | 25 | "typescript": "^2.1.1",
|
24 | 26 | "zone.js": "^0.6.25"
|
25 | 27 | },
|
26 | 28 | "devDependencies": {
|
27 |
| - "@types/bluebird": "^3.0.35", |
| 29 | + "@angular/common": "^2.0.0", |
| 30 | + "@angular/compiler": "^2.0.0", |
| 31 | + "@angular/core": "^2.0.0", |
28 | 32 | "codelyzer": "^1.0.0-beta.0",
|
| 33 | + "core-js": "^2.4.1", |
29 | 34 | "grunt": "~0.4.1",
|
30 | 35 | "grunt-contrib-uglify": "~0.2.4",
|
31 | 36 | "grunt-typescript": "~0.2.4",
|
| 37 | + "reflect-metadata": "^0.1.8", |
| 38 | + "rxjs": "5.0.0-beta.12", |
32 | 39 | "tslint": "^3.15.1",
|
33 |
| - "typescript": "^2.0.3", |
34 |
| - "typings": "^1.4.0" |
| 40 | + "typescript": "^2.1.1", |
| 41 | + "typings": "^2.0.0", |
| 42 | + "@types/bluebird": "^3.0.35", |
| 43 | + "zone.js": "^0.6.25" |
35 | 44 | }
|
36 | 45 | }
|
0 commit comments