-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
35 lines (35 loc) · 895 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
{
"name" : "laravel-boilerplate",
"description" : "Laravel boilerplate for sweet front integration / automation",
"authors" : [
"Romain Laneuville"
],
"license" : "MIT",
"keywords" : [
"Laravel",
"js",
"front",
"gulp"
],
"homepage" : "http://gitlab.laneuville.me/Laneuville/laravel-boilerplate",
"moduleType" : [
"amd"
],
"dependencies": {
"jquery" : "^2.2.4",
"lodash" : "^4.13.1",
"bootstrap" : "4.0.0-alpha.2",
"font-awesome" : "^4.6.3",
"requirejs-babel": "^0.0.9",
"requirejs" : "^2.2.0",
"domReady" : "^2.0.1",
"tether" : "^1.3.3"
},
"ignore" : [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}