-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
39 lines (39 loc) · 909 Bytes
/
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
{
"name": "withFront",
"version": "v1.6.43",
"homepage": "https://github.com/arturmamedov/withFront",
"authors": [
"Artur Mamedov <[email protected]>"
],
"description": "Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more",
"main": "withstyle.css, withplugins.js",
"keywords": [
"frontend",
"css",
"tools",
"bootstrap",
"jquery",
"loader",
"widgets"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"svg-loaders": "latest",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "latest",
"jquery": "latest",
"font-awesome": "~4.7",
"flag-icon-css": "latest",
"jquery.nicescroll": "latest",
"raty": "latest",
"js-cookie": "^2.2.0",
"slick-carousel": "^1.8.1"
}
}