-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
60 lines (60 loc) · 1.5 KB
/
bower.json
File metadata and controls
60 lines (60 loc) · 1.5 KB
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
{
"name": "sici",
"version": "0.0.2",
"homepage": "https://github.com/Loksly/sici",
"authors": [
"Mario Loksly <loksly@gmail.com>",
"Ivan Lorca <ivanlorca@gmail.com>"
],
"description": "SICI",
"main": "index.html",
"keywords": [
"sici"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ng-file-upload": "~11.0.0",
"angular": "^1.6.4",
"angular-route": "^1.6.4",
"angular-resource": "^1.6.4",
"angular-xeditable": "~0.1.9",
"angular-translate": "~2.8.1",
"allmighty-autocomplete": "*",
"angular-bootstrap-colorpicker": "~3.0.22",
"angular-bootstrap": "~0.14.3",
"jquery": "~2.1.4",
"angularjs-toaster": "~0.4.10",
"ngRadialGauge": "*",
"ngclipboard": "~1.0.0",
"ngDraggable": "~0.1.8",
"bootstrap": "~3.3.6",
"angular-filter": "~0.5.8",
"requirejs": "~2.1.22",
"AngularJS-Toaster": "angularjs-toaster#~0.4.181",
"angular-animate": "^1.6.4",
"angular-cookies": "^1.6.4",
"angular-sanitize": "^1.6.4",
"angular-i18n": "^1.5.0",
"angular-animate-css": "^0.0.4",
"angular-downloadsvg-directive": "^0.1.5",
"nvd3": "^1.8.5",
"d3": "^4.7.3",
"angular-loading-bar": "^0.9.0",
"font-awesome": "^4.7.0"
},
"resolutions": {
"d3": "^3.4.4",
"ng-file-upload": "~11.0.0",
"angular": ">=1.2.26 <=1.5",
"angular-translate": "~2.8.1",
"nvd3": "^1.8.5",
"angular-bootstrap": "~0.14.3"
}
}