-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "angular2-websocket",
"main": "angular2-websocket",
"version": "0.9.8",
"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": {
"core-js": "^2.5.0",
"reflect-metadata": "^0.1.8",
"typescript": "^3.2.0",
"zone.js": "^0.8.12"
},
"devDependencies": {
"@angular/common": "^7.0.0",
"@angular/compiler": "^7.0.0",
"@angular/core": "^7.0.0",
"@types/bluebird": "^3.0.35",
"codelyzer": "^4.3.0",
"core-js": "^2.5.0",
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.4",
"grunt-typescript": "~0.2.4",
"reflect-metadata": "^0.1.8",
"rxjs": "^6.1.0",
"tslint": "~5.7.0",
"typescript": "^3.2.0",
"typings": "^2.0.0",
"zone.js": "^0.8.12"
}
}