package.json 694 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "cryptiles",
  3. "description": "General purpose crypto utilities",
  4. "version": "2.0.5",
  5. "repository": "git://github.com/hapijs/cryptiles",
  6. "main": "lib/index.js",
  7. "keywords": [
  8. "cryptography",
  9. "security",
  10. "utilites"
  11. ],
  12. "engines": {
  13. "node": ">=0.10.40"
  14. },
  15. "dependencies": {
  16. "boom": "2.x.x"
  17. },
  18. "devDependencies": {
  19. "code": "1.x.x",
  20. "lab": "5.x.x"
  21. },
  22. "scripts": {
  23. "test": "lab -a code -t 100 -L",
  24. "test-cov-html": "lab -a code -r html -o coverage.html"
  25. },
  26. "license": "BSD-3-Clause",
  27. "__npminstall_done": true,
  28. "_from": "cryptiles@2.0.5",
  29. "_resolved": "https://registry.npmmirror.com/cryptiles/-/cryptiles-2.0.5.tgz"
  30. }