Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
Turn it into a bower repo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneszorn committed Jan 13, 2015
1 parent 348f25b commit d0cf68b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bower.json
@@ -0,0 +1,32 @@
{
"name": "hawk",
"main": "lib/browser.js",
"license": "./LICENSE",
"ignore": [
"example",
"images",
"!lib",
"lib/*",
"!lib/browser.js",
"test",
".gitignore",
".travis.yml",
"Makefile",
"component.json",
"index.js",
"package.json"
],
"keywords": [
"http",
"authentication",
"scheme",
"hawk"
],
"authors": [
"Eran Hammer <eran@hammer.io>"
],
"repository": {
"type": "git",
"url": "git://github.com/hueniverse/hawk.git"
}
}

0 comments on commit d0cf68b

Please sign in to comment.