forked from mrakodol/Laravel-5-Bootstrap-3-Starter-Site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 614 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 614 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
{
"name": "Laravel-5-Bootstrap-3-Starter-Site",
"version": "0.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-legacy": "jquery#^1",
"bootstrap-sass": "~3.3.3",
"bootswatch-sass": "~3.3.1",
"font-awesome": "~4.3.0",
"metisMenu": "~1.1.3",
"datatables": "~1.10.5",
"datatables-bootstrap3-plugin": "~0.4.0",
"jquery-colorbox": "~1.6.0"
}
}