Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #30 from JaredCubilla/master
Browse files Browse the repository at this point in the history
Added bower.json
  • Loading branch information
afeld committed Aug 29, 2014
2 parents 173c6df + 91d8225 commit f937082
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "jsonproxy",
"description": "Simple HTTP proxy that enables cross-domain requests to any JSON API.",
"keywords": ["json", "jsonp", "proxy", "jquery", "json-api", "http", "cross-domain"],

"main": "jsonp.js",
"repository": {
"type": "git",
"url": "git://github.com/afeld/jsonp.git"
},
"ignore": ["**/*", "!jsonp.js", "!bower.json"],
"dependencies": {
"jquery": "~1.9.1"
},
"license": "MIT"
}

0 comments on commit f937082

Please sign in to comment.