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.

пре 4 година
пре 3 година
1234567891011121314151617
  1. {
  2. "name": "lesspass-crypto",
  3. "version": "9.1.9",
  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. "devDependencies": {
  15. "jest": "^26.6.3"
  16. }
  17. }