forked from contributte/live-form-validation
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 667 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "live-form-validation",
"version": "1.9.0",
"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",
"repository": {
"type": "git",
"url": "git+https://github.com/contributte/live-form-validation.git"
},
"keywords": [
"nette",
"form",
"validation",
"bootstrap"
],
"author": "Nette Community",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/contributte/live-form-validation/issues"
},
"homepage": "https://github.com/contributte/live-form-validation/blob/master/README.md"
}