package.json 771 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "parse-asn1",
  3. "version": "5.1.6",
  4. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  5. "main": "index.js",
  6. "files": [
  7. "asn1.js",
  8. "aesid.json",
  9. "certificate.js",
  10. "fixProc.js",
  11. "index.js"
  12. ],
  13. "scripts": {
  14. "unit": "node ./test",
  15. "standard": "standard",
  16. "test": "npm run standard && npm run unit"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  21. },
  22. "author": "",
  23. "license": "ISC",
  24. "dependencies": {
  25. "asn1.js": "^5.2.0",
  26. "browserify-aes": "^1.0.0",
  27. "evp_bytestokey": "^1.0.0",
  28. "pbkdf2": "^3.0.3",
  29. "safe-buffer": "^5.1.1"
  30. },
  31. "devDependencies": {
  32. "standard": "^14.3.4",
  33. "tape": "^5.0.1"
  34. }
  35. }