diff --git a/package.json b/package.json index 8e4de73..566585d 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Lyoko-Jeremie/angular2-websocket.git" + "url": "git+https://github.com/afrad/angular2-websocket.git" }, "dependencies": { - "@angular/common": "~2.0.0", - "@angular/compiler": "~2.0.0", - "@angular/core": "~2.0.0", - "bluebird": "^3.4.6", + "bluebird": "^3.4.6" + }, + "peerDependencies": { + "@angular/common": "^2.0.0", + "@angular/compiler": "^2.0.0", + "@angular/core": "^2.0.0", "core-js": "^2.4.1", "reflect-metadata": "^0.1.8", "rxjs": "5.0.0-beta.12", @@ -24,13 +26,20 @@ "zone.js": "^0.6.25" }, "devDependencies": { - "@types/bluebird": "^3.0.35", + "@angular/common": "^2.0.0", + "@angular/compiler": "^2.0.0", + "@angular/core": "^2.0.0", "codelyzer": "^1.0.0-beta.0", + "core-js": "^2.4.1", "grunt": "~0.4.1", "grunt-contrib-uglify": "~0.2.4", "grunt-typescript": "~0.2.4", + "reflect-metadata": "^0.1.8", + "rxjs": "5.0.0-beta.12", "tslint": "^3.15.1", - "typescript": "^2.0.3", - "typings": "^1.4.0" + "typescript": "^2.1.1", + "typings": "^2.0.0", + "@types/bluebird": "^3.0.35", + "zone.js": "^0.6.25" } }