Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlenz committed Apr 1, 2014
1 parent 58f5d03 commit 814c484
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "jquery.iframe-transport",
"version": "1.0.0",
"homepage": "https://cmlenz.github.io/jquery-iframe-transport/",
"authors": [
"Christopher Lenz <[email protected]>"
],
"description": "jQuery plugin that implements an iframe transport so that ajax calls support the uploading of files using standard HTML file input fields",
"main": "jquery.iframe-transport.js",
"dependencies": {
"jquery": ">=1.6"
},
"keywords": [
"jquery",
"iframe",
"upload",
"file",
"form",
"ajax"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"Gruntfile.js"
]
}

0 comments on commit 814c484

Please sign in to comment.