package.json 753 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "browserify-des",
  3. "version": "1.0.2",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "standard && node test.js | tspec"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/crypto-browserify/browserify-des.git"
  12. },
  13. "author": "Calvin Metcalf <calvin.metcalf@gmail.com>",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/crypto-browserify/browserify-des/issues"
  17. },
  18. "homepage": "https://github.com/crypto-browserify/browserify-des#readme",
  19. "dependencies": {
  20. "cipher-base": "^1.0.1",
  21. "des.js": "^1.0.0",
  22. "inherits": "^2.0.1",
  23. "safe-buffer": "^5.1.2"
  24. },
  25. "devDependencies": {
  26. "standard": "^5.3.1",
  27. "tap-spec": "^4.1.0",
  28. "tape": "^4.2.0"
  29. }
  30. }