-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.42 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
{
"name": "angular-swellrt",
"version": "0.20.25",
"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": "angular-swellrt.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/P2Pvalue/angular-swellrt.git"
},
"keywords": [
"Real-Time",
"collaboration",
"angularjs",
"federation",
"decentralized"
],
"authors": [
"Antonio Tenorio Fornés <antoniotenorio@ucm.es>",
"Antonio Tapiador del Dujo <atapiador@ucm.es>"
],
"license": "GPLv3",
"bugs": {
"url": "https://github.com/P2Pvalue/angular-swellrt/issues"
},
"homepage": "https://github.com/P2Pvalue/angular-swellrt",
"dependencies": {
"angular": "^1.3.16",
"babel-preset-es2015": "^6.6.0",
"gulp-babel": "^6.1.2"
},
"devDependencies": {
"angular-mocks": "^1.3.16",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-connect": "^2.2.0",
"gulp-filter": "^4.0.0",
"gulp-git": "^1.7.0",
"gulp-tag-version": "^1.3.0",
"jasmine-core": "^2.6.3",
"karma": "^1.7.0",
"karma-chrome-launcher": "^0.1.12",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.2.0",
"phantomjs": "^1.9.17",
"request-json": "^0.5.5"
}
}