forked from nolancaster/angular2-actioncable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.12 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
48
49
50
51
52
53
{
"name": "angular2-actioncable",
"version": "6.0.2",
"description": "Simple and flexible integration for ActionCable and Angular applications",
"main": "angular2-actioncable.js",
"scripts": {
"build": "ng-packagr"
},
"repository": "nolancaster/angular2-actioncable",
"keywords": [
"actioncable",
"angular",
"angular-actioncable",
"angular-cable",
"angular2",
"angular4",
"angular5",
"angular6",
"angular2-actioncable",
"angular2-cable",
"cable",
"ngx",
"ng-actioncable",
"ng-cable",
"ng-rails",
"ng2-actioncable",
"ng2-cable",
"ng2-rails",
"rails",
"websocket"
],
"author": {
"name": "Nolan Lancaster",
"email": "nolancaster@gmail.com"
},
"license": "MIT",
"dependencies": {
"actioncable": "^5.2.0"
},
"peerDependencies": {
"@angular/core": ">2.4.10",
"rxjs": ">6.0.0 <6.3.3"
},
"devDependencies": {
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"ng-packagr": "^1.6.0",
"rxjs": "6.3.2",
"typescript": "2.8.x",
"zone.js": "^0.8.4"
}
}