-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 837 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 837 Bytes
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
{
"name": "angular-swellrt",
"version": "0.20.25",
"authors": [
"Antonio Tenorio Fornés <antoniotenorio@ucm.es>",
"Antonio Tapiador del Dujo <atapiador@ucm.es>"
],
"description": "SwellRT integration for angular.js: 3 way data binding (client, model, server) for real time collaboration over a federated infraestructure thanks to SwellRT technology.",
"main": "swellrt.js",
"keywords": [
"Real-time",
"collaboration",
"angularjs",
"angular",
"federation",
"decentralized"
],
"license": "GPLv3",
"homepage": "https://github.com/P2Pvalue/angular-swellrt",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.x"
},
"devDependencies": {
"jasmine": "~2.3.4",
"angular-mocks": "~1.4.0"
}
}