Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyer committed Sep 21, 2015
1 parent a8ab717 commit 68ee03b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "nette-live-form-validation",
"description": "Nice client-side live form validation for Nette Forms 2.3. 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 <[email protected]> (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"
}
}

0 comments on commit 68ee03b

Please sign in to comment.