Skip to content

Commit

Permalink
add bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetan Nicod committed Sep 16, 2015
1 parent a036238 commit a5bfc98
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bower.json
@@ -0,0 +1,21 @@
{
"name": "jquery-restify",
"version": "0.1",
"homepage": "https://github.com/gnicod/jquery-restify",
"authors": [
"Gaetan Nicod <gnicod@adloox.com>"
],
"description": "A plugin to restify your form with a damn simple form validation framework",
"main": "src/jquery-restify.min.js",
"keywords": [
"rest"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit a5bfc98

Please sign in to comment.