-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1 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
54
55
{
"name": "ngx-cable",
"version": "1.2.9",
"description": "ngx-cable",
"main": "index.ts",
"scripts": {
"test": "test"
},
"author": "Maxim Tyulenev",
"license": "MIT",
"peerDependencies": {
"actioncable": ">=5.2.4-3",
"rxjs": ">=5.0.1",
"rxjs-compat": ">=6.0.0",
"@angular/core": ">=2.4.10",
"zone.js": ">=0.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/isopen/ngx-cable.git"
},
"keywords": [
"cable",
"Cable",
"ActionCable",
"Action Cable",
"actioncable",
"Angular2-cable",
"Angular4-cable",
"Angular5-cable",
"Angular6-cable",
"ngx-cable",
"ngXCable",
"NgX-Cable",
"Rails",
"rails",
"Rails5",
"Ruby on Rails",
"ruby on rails",
"ror",
"ROR",
"Angular",
"Angular2",
"Angular4",
"Angular5",
"Angular6",
"ionic2",
"ionic3",
"ionic2-cable",
"ionic3-cable",
"webpack",
"rxjs"
],
"homepage": "https://ngx-cable.herokuapp.com/"
}