Skip to content

Commit

Permalink
Add bower.json for package manager support (issue #27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkendall07 committed Sep 8, 2015
1 parent 7c59876 commit c730beb
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "prebid-js",
"version": "0.3.1",
"authors": [
"Matt Kendall",
"Paul Yang"
],
"description": "Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free",
"main": "dist/prebid.js",
"keywords": [
"Prebid"
],
"repository": {
"type": "git",
"url": "git://github.com/prebid/Prebid.js.git"
},
"license": "http://www.apache.org/licenses/LICENSE-2.0",
"homepage": "http://prebid.org/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit c730beb

Please sign in to comment.