Merge pull request #7 from mastahyeti/move_to_npm

Bower -> NPM
This commit is contained in:
Ben Toews 2016-02-05 12:28:14 -07:00
Родитель b699702199 fff94ced31
Коммит 03368b63a5
2 изменённых файлов: 13 добавлений и 1 удалений

8
README.md Normal file
Просмотреть файл

@ -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.

Просмотреть файл

@ -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": [
"**/.*",