-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 825 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
{
"name": "unobtrusive-bootstrap",
"description": "jQuery Unobtrusive Validation for Bootstrap v4.x",
"version": "2.0.0",
"license": "MIT",
"main": "dist/unobtrusive-bootstrap.js",
"homepage": "https://www.brecons.net/",
"authors": [
"Timm Bremus <[email protected]>"
],
"keywords": [
"jquery",
"asp.net",
"mvc",
"validation",
"unobtrusive",
"bootstrap"
],
"ignore": [
"source",
"spec",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"bower.json",
"gruntfile.js",
"package.json",
"README.md"
],
"dependencies": {
"jquery": "3.2.1",
"jquery-validation": "1.17.0",
"jquery-validation-unobtrusive": "3.2.6"
}
}