-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
107 lines (107 loc) · 3.15 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "Itylos-io Web Interface",
"version": "1.0.0",
"authors": [
{
"name": "Chris Christodoulopoulos",
"email": "[email protected]",
"homepage": "",
"facebook": "https://www.facebook.com/xristos.xristod",
"twitter": "@XristosXrist",
"linkedin": "https://www.linkedin.com/profile/view?id=301553247"
},
{
"name": "Angelos Petheriotis",
"email": "[email protected]",
"homepage": "",
"facebook": "",
"twitter": "@apetheriotis",
"linkedin": "https://www.linkedin.com/profile/view?id=126209195"
}
],
"description": "The Web Interface for the Itylos-io Security System.",
"keywords": [
"Itylos-io",
"security",
"system",
"web"
],
"license": "",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.11",
"angular-animate": "~1.3.11",
"angular-cookies": "~1.3.11",
"angular-resource": "~1.3.11",
"angular-sanitize": "~1.3.11",
"angular-touch": "~1.3.11",
"angular-translate": "~2.5.2",
"angular-translate-loader-static-files": "~2.5.2",
"angular-translate-storage-cookie": "~2.5.2",
"angular-translate-storage-local": "~2.5.2",
"angular-bootstrap": "~0.12.0",
"angular-bootstrap-nav-tree": "*",
"angular-ui-router": "~0.2.11",
"angular-ui-utils": "~0.2.1",
"angular-file-upload": "~1.1.1",
"angular-ui-select": "~0.8.3",
"angular-ui-calendar": "latest",
"angular-ui-grid": "~3.0.0-rc.16",
"angular-xeditable": "~0.1.8",
"angular-smart-table": "~1.4.9",
"angularjs-toaster": "~0.4.8",
"ng-grid": "~2.0.13",
"ngImgCrop": "~0.2.0",
"ngstorage": "~0.3.0",
"oclazyload": "~0.5.1",
"textAngular": "~1.2.2",
"venturocket-angular-slider": "~0.3.2",
"videogular": "~0.7.0",
"videogular-controls": "~0.7.0",
"videogular-buffering": "~0.7.0",
"videogular-overlay-play": "~0.7.0",
"videogular-poster": "~0.7.0",
"videogular-ima-ads": "~0.7.0",
"jquery": "~2.1.3",
"animate.css": "~3.2.0",
"bootstrap": "~3.3.0",
"bootstrap-filestyle": "~1.1.2",
"bootstrap-slider": "*",
"bootstrap-touchspin": "~3.0.1",
"bootstrap-wysiwyg": "*",
"bower-jvectormap": "~1.2.2",
"bootstrap-chosen": "~1.0.0",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.3.0/chosen_v1.3.0.zip",
"datatables": "~1.10.4",
"plugins": "datatables/plugins#~1.0.1",
"footable": "~2.0.3",
"font-awesome": "~4.2.0",
"fullcalendar": "~2.2.6",
"html5sortable": "*",
"moment": "~2.8.3",
"nestable": "*",
"screenfull": "~1.2.1",
"slimscroll": "~1.3.3",
"simple-line-icons": "~0.1.1",
"jquery_appear": "~0.3.3",
"jquery.sparkline": "~2.1.2",
"flot": "~0.8.3",
"flot.tooltip": "~0.8.4",
"flot.orderbars": "*",
"bootstrap-daterangepicker": "~1.3.17",
"bootstrap-tagsinput": "~0.4.2",
"angular-base64": "~2.0.5",
"angular-perfect-scrollbar": "~0.0.4",
"angular-modal-service": "~0.6.6",
"angular-audio": "~1.7.0",
"angular-chart.js": "~0.7.3"
}
}