Skip to content
This repository has been archived by the owner on Mar 2, 2021. It is now read-only.

Commit

Permalink
switch from bower to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mastahyeti committed Feb 5, 2016
1 parent b699702 commit fff94ce
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
@@ -0,0 +1,8 @@
# U2F API

This is a JavaScript polyfill, implementing the high-level U2F JavaScript API
for Chrome.

Google wrote and owns this code. It's just a pain to manually pull it from their
[u2f-ref-code](https://github.com/google/u2f-ref-code) repo, so I made a NPM
package.
6 changes: 5 additions & 1 deletion bower.json → package.json
Expand Up @@ -10,7 +10,11 @@
"fido",
"u2f"
],
"license": "BSD",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/mastahyeti/u2f-api"
},
"homepage": "https://fidoalliance.org/",
"ignore": [
"**/.*",
Expand Down

0 comments on commit fff94ce

Please sign in to comment.