-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
102 lines (102 loc) · 2.59 KB
/
Copy pathbower.json
File metadata and controls
102 lines (102 loc) · 2.59 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
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
{
"name": "Altair_Admin_AngularJS",
"authors": [
"tzd"
],
"description": "Material Design Premium Admin Template",
"main": [
"index.html",
"app/app.js"
],
"keywords": [
"admin",
"panel",
"material",
"design",
"dashboard",
"angularjs"
],
"license": "http://themeforest.net/licenses",
"homepage": "http://altair.tzdthemes.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "angularjs#~1.4.6",
"angular-animate": "~1.4.4",
"angular-clndr": "~0.3.2",
"angular-datatables": "~0.5.0",
"angular-dragula": "~1.1.6",
"angular-metrics-graphics": "*",
"angular-moment": "~0.10.2",
"angular-resource": "~1.4.5",
"angular-sanitize": "~1.4.4",
"angular-ui-calendar": "~1.0.1",
"angular-ui-router": "~0.2.15",
"angular-wizard": "~0.5.4",
"angularUtils-pagination": "angular-utils-pagination#~0.9.2",
"autosize": "~3.0.14",
"c3-angular": "~0.7.1",
"c3js-chart": "~0.4.10",
"chartist": "~0.9.4",
"ckeditor": "~4.5.3",
"clndr": "~1.3.4",
"codemirror": "~5.8.0",
"countUp.js": "~1.6.0",
"d3": "<=3.5.5",
"datatables": "~1.10.10",
"datatables-colvis": "~1.1.2",
"datatables-tabletools": "~2.2.4",
"dense": "*",
"fastclick": "~1.0.6",
"fullcalendar": "~2.4.0",
"hammerjs": "~2.0.4",
"ion.rangeslider": "ionrangeslider#~2.1.1",
"jquery": "~2.1.4",
"jquery-bez": "~1.0.11",
"jquery-icheck": "~1.0.2",
"jquery-mapael": "~1.1.0",
"jquery-mousewheel": "~3.1.13",
"jquery-ui": "~1.11.4",
"jquery.actual": "~1.0.17",
"jquery.debouncedresize": "~1.0.1",
"jquery.dotdotdot": "~1.7.4",
"jquery.easy-pie-chart": "~2.1.6",
"jquery.inputmask": "~3.2.3",
"jquery.scrollbar": "~0.2.8",
"kendo-ui": "~2015.3.1111",
"lodash": "~3.10.1",
"maplace.js": "~0.1.33",
"marked": "~0.3.5",
"matchMedia": "~0.2.0",
"metrics-graphics": "~2.7.0",
"modernizr": "<=2.8.3",
"moment": "~2.10.6",
"ngmap": "~1.14.9",
"oclazyload": "~1.0.5",
"parsleyjs": "~2.1.3",
"peity": "~3.2.0",
"prism": "gh-pages",
"raphael": "~2.1.4",
"selectize": "~0.12.1",
"switchery": "~0.8.1",
"tablesorter": "jquery.tablesorter#~2.24.5",
"uikit": "~2.23.0",
"velocity": "~1.2.1",
"waypoints": "~4.0.0",
"weather-icons": "~2.0.10",
"screenfull": "~2.0.0",
"jsdiff": "~2.2.0",
"tinymce": "~4.2.6"
},
"resolutions": {
"jquery": ">=2.1.4",
"fastclick": "~1.0.6",
"angular": ">=1.4.0"
}
}