forked from afrad/angular2-websocket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 KB
/
package.json
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
{
"name": "angular2-websocket",
"main": "angular2-websocket",
"version": "0.9.6",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "tsc",
"typings": "typings install",
"lint": "tslint \"src/**/*.ts\"",
"compile-no-dts": "tsc --declaration false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afrad/angular2-websocket.git"
},
"dependencies": {
"bluebird": "^3.4.6"
},
"peerDependencies": {
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/core": "^4.4.6",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.4.0",
"typescript": "^2.4.0",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/core": "4.4.6",
"codelyzer": "~3.2.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.4.0",
"tslint": "~5.7.0",
"typescript": "^2.4.0",
"typings": "^2.0.0",
"@types/bluebird": "^3.0.35",
"zone.js": "^0.8.12"
}
}