forked from mrakodol/Laravel-5-Bootstrap-3-Starter-Site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 784 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
{
"name": "Laravel-5-Bootstrap-3-Starter-Site",
"version": "2.0.0",
"homepage": "https://github.com/mrakodol/Laravel-5-Bootstrap-3-Starter-Site",
"moduleType": [
"node"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "jquery#^1",
"jquery-ui": "~1.10.4",
"bootstrap": "~3.3.5",
"bootswatch": "~3.3.5",
"font-awesome": "~4.3.0",
"datatables": "~1.10.7",
"datatables-bootstrap3-plugin": "~0.4.0",
"jquery-colorbox": "~1.6.1",
"flag-sprites": "~1.1.1",
"metisMenu": "~1.1.3",
"datatables-responsive": "~1.0.3",
"select2": ">=3.5.4",
"summernote": ">=0.6.16",
"Justified-Gallery": "3.6.0"
}
}