Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

1234567891011121314
  1. {
  2. "name": "lesspass-crypto",
  3. "version": "1.0.0",
  4. "description": "LessPass cryptographic functions",
  5. "license": "GPL-3.0",
  6. "author": "Guillaume Vincent <guillaume@oslab.fr>",
  7. "files": [
  8. "index.js"
  9. ],
  10. "main": "index.js",
  11. "scripts": {
  12. "test": "jest"
  13. }
  14. }