hwcrypto / hwcrypto.js

Browser JavaScript library for working with hardware tokens
https://hwcrypto.github.io
MIT License
157 stars 47 forks source link

No npm module hwcrypto-js #34

Open sanemat opened 7 years ago

sanemat commented 7 years ago

I don't find npm module https://www.npmjs.com/search?q=hwcrypto Only bower?

toomy4 commented 7 years ago

+1 on this, since bower has been deprecated, we are trying to remove it from our projects. Currently this is the only dependency we have that is not available through npm registry.

Looking at the npm/yarn documentation, it shouldn't take more than a few minutes to publish it properly.

https://yarnpkg.com/lang/en/docs/publishing-a-package/ https://docs.npmjs.com/getting-started/publishing-npm-packages

alphpkeemik commented 6 years ago

Still no npm?

elion commented 5 years ago

There is a package here: https://www.npmjs.com/package/hwcrypto-js but it is not published by @martinpaljak.

martinpaljak commented 5 years ago

Can do that if requested

taneltm commented 4 years ago

NPM allows installing via a GIT URL, so until there is an official NPM package, that could be an alternative.

npm install https://github.com/hwcrypto/hwcrypto.js.git#0.0.11