forked from angular-actioncable/angular-actioncable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 732 Bytes
/
bower.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
{
"name": "angular-actioncable",
"version": "1.1.2",
"description": "Connect Angular to ActionCable",
"main": "./dist/angular-actioncable.js",
"authors": [
"Brian Giaraffa",
"Cristian Dugacicu",
"Andrew Drach"
],
"repository": {
"type": "git",
"url": "https://github.com/adrach/angular-actioncable.git"
},
"license": "MIT",
"keywords": [
"angular",
"actioncable",
"rails"
],
"homepage": "https://github.com/adrach/angular-actioncable#readme",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "<2.0.0",
"angular-websocket": "^2.0.0"
},
"devDependencies": {
}
}