forked from irenesanznieto/bitbloq-frontend-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
82 lines (82 loc) · 2.34 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "bitbloq-app",
"description": "bitbloq is a web application that helps children learn to dive into the exciting world of robotics and electronics.",
"keywords": [
"bq",
"bitbloq",
"robotics",
"arduino",
"electronics"
],
"homepage": "http://bitbloq.bq.com/",
"bugs": {
"url": "https://jira.bq.com/browse/SWBIT",
"email": "support-bitbloq@bq.com"
},
"contributors": [
"Irene Sanz <irene.sanz@bq.com>",
"Laura del Río <laura.delrio@bq.com>",
"Diego Segura <diego.segura@bq.com>",
"Tom Calvo <tomas.calvo@bq.com>",
"Sergio Morcuende <sergio.morcuende@bq.com> (http://smorcuend.es)"
],
"repository": {
"type": "git",
"url": "https://stash.bq.com/projects/SWROB/repos/bitbloq-angularjs-app"
},
"dependencies": {
"angular": "~1.3.18",
"angular-aria": "~1.3.x",
"angular-cookies": "1.4.0",
"angular-resource": "1.4.0",
"angular-elastic-input": "~2.0.2",
"angular-moment": "~0.10.1",
"angular-route": "~1.3.x",
"angular-sanitize": "~1.3.x",
"angular-scroll": "~0.7.1",
"angular-translate": "2.7.2",
"angular-translate-loader-static-files": "2.7.2",
"angular-ui-ace": "0.2.3",
"angular-websocket": "1.0.13",
"angular-youtube-mb": "~1.0.2",
"js-beautify": "~1.5.10",
"jsplumb": "2.0.5",
"jsrsasign": "4.8.3",
"lodash": "~4.17.4",
"mobile-detect": "hgoebl/mobile-detect.js#~1.2.1",
"ng-tags-input": "~2.3.0",
"ngstorage": "~0.3.6",
"penguin": "0.0.1",
"satellizer": "~0.14.0",
"jszip": "Stuk/jszip#~2.5.0",
"textAngular": "~1.4.6",
"angular-clipboard": "~1.2.0",
"angularUtils-pagination": "angular-utils-pagination#~0.9.3",
"angular-google-analytics": "~1.1.7",
"jspanel": "^2.6.2",
"fastclick": "^1.0.6",
"ng-dialog": "ngDialog#^0.6.2",
"d3": "3.5.2",
"nvd3": "^1.8.3",
"angular-nvd3": "^1.0.7",
"angular-datepicker": "^2.0.3",
"wickedpicker": "^0.4.1",
"ng-pattern-restrict": "^0.2.3",
"angular-color-picker": "^1.0.11",
"ng-csv": "^0.3.6",
"bloqs": "^0.28.2"
},
"devDependencies": {
"angular-mocks": "~1.3.x"
},
"resolutions": {
"angular": "1.4.0",
"angular-mocks": "1.3.18",
"jquery": "2.1.1",
"lodash": "~4.17.4",
"angular-cookies": "^1.5.3"
},
"appPath": "app",
"moduleName": "bitbloqApp",
"version": "v3.9.0"
}