forked from viktor-shmigol/ng2-cable
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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": "ng2-cable",
"version": "1.1.3",
"description": "Easily integrate Rails' ActionCable into your Angular2/4/ionic2 application.",
"main": "index.js",
"typings": "./js/index.d.ts",
"dependencies": {
"@angular/core": "^4.1.0",
"actioncable": "^5.0.0",
"rxjs": "^5.1.0"
},
"devDependencies": {
"@angular/compiler": "^4.0.2",
"@angular/core": "^4.0.2",
"typescript": "^2.2.2",
"zone.js": "^0.8.5"
},
"typescript": {
"definition": "./js/index.d.ts"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/viktor-shmigol/ng2-cable.git"
},
"keywords": [
"cable",
"ActionCable",
"Angular2-cable",
"ng2-cable",
"ng2Cable",
"Rails",
"rails",
"Cable",
"Angular2",
"Angular4",
"ionic2",
"ionic2-cable",
"Rails5",
"Action Cable"
],
"author": "Victor Shmigol",
"license": "ISC",
"bugs": {
"url": "https://github.com/viktor-shmigol/ng2-cable/issues"
},
"homepage": "https://github.com/viktor-shmigol/ng2-cable#readme"
}