-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 982 Bytes
/
bower.json
File metadata and controls
49 lines (49 loc) · 982 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
40
41
42
43
44
45
46
47
48
49
{
"name": "laraval",
"version": "1.0.0",
"authors": [
"Robin Radic <robin@radic.nl>"
],
"license": "MIT",
"main": [
"resources/assets/jquery.validate.laravel.min.js"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs",
"lib",
"src",
"test",
"tests",
"resources/assets/**/*.dev*",
"resources/assets/data.json",
"resources/assets/vendor",
"resources/views",
"resources/assets/demo*",
".editorconfig",
".gitignore",
".mversionrc",
".scrutinizer.yml",
".travis.yml",
"build.xml",
"composer.json",
"phpunit.xml",
"run"
],
"devDependencies": {
"jquery": "2.1.4",
"jquery.validate": "1.13.0",
"jquery-form": "3.46.0",
"jquery-mockjax": "2.0.1",
"bootstrap": "3.3.5",
"jquery-ui": "1.11.4",
"highlightjs": "8.8.0",
"lodash": "3.10.1",
"jquery.slimscroll": "1.3.6"
},
"dependencies": {
"bootswatch": "3.3.5+4"
}
}