angular-actioncable
Version:
Connect Angular to ActionCable
36 lines (35 loc) • 738 B
JSON
{
"name": "angular-actioncable",
"version": "1.3.0",
"description": "Connect Angular to ActionCable",
"main": "./dist/angular-actioncable.js",
"authors": [
"Brian Giaraffa",
"Cristian Dugacicu"
],
"repository": {
"type": "git",
"url": "https://github.com/angular-actioncable/angular-actioncable.git"
},
"license": "MIT",
"keywords": [
"angular",
"actioncable",
"rails"
],
"homepage": "https://github.com/angular-actioncable/angular-actioncable#readme",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "<2.0.0",
"angular-websocket": "^2.0.0"
},
"devDependencies": {
}
}