diff options
Diffstat (limited to 'deps/npm/node_modules/hawk/bower.json')
-rw-r--r-- | deps/npm/node_modules/hawk/bower.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/deps/npm/node_modules/hawk/bower.json b/deps/npm/node_modules/hawk/bower.json new file mode 100644 index 0000000000..7d2d120e0d --- /dev/null +++ b/deps/npm/node_modules/hawk/bower.json @@ -0,0 +1,24 @@ +{ + "name": "hawk", + "main": "lib/browser.js", + "license": "./LICENSE", + "ignore": [ + "!lib", + "lib/*", + "!lib/browser.js", + "index.js" + ], + "keywords": [ + "http", + "authentication", + "scheme", + "hawk" + ], + "authors": [ + "Eran Hammer <eran@hammer.io>" + ], + "repository": { + "type": "git", + "url": "git://github.com/hueniverse/hawk.git" + } +} |