Skip to content

Commit

Permalink
Merge pull request #29 from holtkamp/bower-support
Browse files Browse the repository at this point in the history
Added Bower.json
  • Loading branch information
pocesar committed Jul 22, 2015
2 parents fca4dd8 + f5a23d2 commit cd37cad
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "phery.js",
"homepage": "http://phery-php-ajax.net",
"description": "The bridge from jQuery to PHP, and vice-versa through AJAX.",
"keywords": [
"AJAX",
"event",
"unobtrusive",
"fileupload",
"PHP",
"form",
"serialization",
"partial",
"REST",
"upload",
"FormData",
"jquery",
"dom",
"HTML5",
"JSON"
],
"authors": [
{
"name": "Paulo Cesar",
"homepage": "http://github.com/pocesar"
}
],
"repository": {
"type": "git",
"url": "git://github.com/pheryjs/phery.git"
},
"main": [
"phery.js",
"phery.min.js"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.8"
}
}

0 comments on commit cd37cad

Please sign in to comment.