-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
39 lines (39 loc) · 810 Bytes
/
Copy pathbower.json
File metadata and controls
39 lines (39 loc) · 810 Bytes
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
{
"name": "gentelella",
"homepage": "https://colorlib.com/polygon/gentelella/index.html",
"authors": [
"Aigars Silkalns",
"Christian Esperar"
],
"description": "Gentelella Admin is a free to use Bootstrap admin template",
"keywords": [
"css",
"js",
"html",
"template",
"admin",
"bootstrap",
"theme",
"backend",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"documentation"
],
"devDependencies": {
"jquery": "^2.2.3",
"bootstrap": "^3.3.7",
"font-awesome": "fontawesome#^4.6.1",
"nprogress": "^0.2.0",
"iCheck": "^1.0.2",
"bootstrap-progressbar": "^0.9.0",
"jqvmap": "^1.5.1",
"bootstrap-daterangepicker": "^2.1.25"
},
"resolutions": {
"jquery": "^2.2.3",
"fastclick": "^1.0.6"
}
}