Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kflorence committed Jan 11, 2014
1 parent 1260dc2 commit f899032
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "jquery-deserialize",
"version": "1.2.1",
"homepage": "https://github.com/kflorence/jquery-deserialize",
"authors": [
"Kyle Florence <kyle.florence@gmail.com>"
],
"description": "Decodes serialized form data and populates a form with that data.",
"main": "dist/jquery.deserialize.min.js src/jquery.deserialize.js",
"keywords": [
"javascript",
"form",
"data",
"deserialize"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.4.3"
}
}

0 comments on commit f899032

Please sign in to comment.