You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
486 B

  1. {
  2. "name": "lesspass-render-password",
  3. "version": "1.0.0",
  4. "description": "LessPass node module used to render password from entropy and options",
  5. "license": "GPL-3.0",
  6. "author": {
  7. "name": "Guillaume Vincent",
  8. "email": "guillaume@oslab.fr",
  9. "url": "https://guillaumevincent.com"
  10. },
  11. "files": [
  12. "dist",
  13. "src"
  14. ],
  15. "main": "src/index.js",
  16. "module": "src/index.js",
  17. "jsnext:main": "src/index.js",
  18. "dependencies": {
  19. "big-integer": "1.6.22"
  20. }
  21. }