forked from contributte/live-form-validation
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
26 lines (26 loc) · 683 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 683 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
{
"name": "nette-live-form-validation",
"description": "Nice client-side live form validation for Nette Forms 2.4. Script by default works nicely with Twitter Bootstrap 3.",
"main": [
"live-form-validation.js"
],
"moduleType": "globals",
"license": "BSD-3-Clause",
"keywords": [
"nette",
"form",
"validation",
"bootstrap"
],
"authors": [
"David Grudl",
"MartyIX",
"Radek Ježdík",
"Robert Pösel <robyer@seznam.cz> (http://www.robyer.cz)"
],
"homepage": "https://github.com/Robyer/nette-live-form-validation/",
"repository": {
"type": "git",
"url": "https://github.com/Robyer/nette-live-form-validation.git"
}
}