.bower.json
937 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
{
"name": "bootstrap-validator",
"homepage": "https://github.com/1000hz/bootstrap-validator",
"authors": [
"Cina Saffary <itscina@gmail.com>"
],
"description": "A user-friendly HTML5 Form validator for Bootstrap 3",
"main": "dist/validator.js",
"keywords": [
"bootstrap",
"bootstrap3",
"jquery",
"form",
"validator",
"validation",
"plugin"
],
"license": "MIT",
"ignore": [
"**/.*",
"_*",
"docs-assets",
"js/tests",
"DOCS-LICENSE",
"Gruntfile.js",
"package.json",
"*.html"
],
"dependencies": {
"jquery": ">= 1.8.3"
},
"version": "0.10.2",
"_release": "0.10.2",
"_resolution": {
"type": "version",
"tag": "v0.10.2",
"commit": "6465a8fc992f57558d753ab42430fb3505c95c5a"
},
"_source": "https://github.com/1000hz/bootstrap-validator.git",
"_target": "^0.10.2",
"_originalSource": "bootstrap-validator",
"_direct": true
}