Node-Red configuration
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.

package.json 824B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "asn1-ber",
  3. "version": "1.2.2",
  4. "description": "Generate and parse ASN1.BER objects",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha"
  8. },
  9. "directories": {},
  10. "dependencies": {},
  11. "devDependencies": {
  12. "mocha": "^10.0.0"
  13. },
  14. "contributors": [
  15. {
  16. "name": "Stephen Vickers",
  17. "email": "stephen.vickers@nospaceships.com"
  18. },
  19. {
  20. "name": "NoSpaceships Ltd",
  21. "email": "hello@nospaceships.com"
  22. },
  23. {
  24. "name": "Mark Abrahams",
  25. "email": "mark@abrahams.co.nz"
  26. }
  27. ],
  28. "repository": {
  29. "type": "git",
  30. "url": "git://github.com/markabrahams/node-asn1-ber.git"
  31. },
  32. "keywords": [
  33. "asn1",
  34. "asn.1",
  35. "ber",
  36. "asn1ber",
  37. "asn1.ber",
  38. "asn1-ber"
  39. ],
  40. "author": "Mark Abrahams <mark@abrahams.co.nz>",
  41. "license": "MIT"
  42. }