package.json 695 B

1234567891011121314151617181920212223242526
  1. {
  2. "author": "Mark Cavage <mcavage@gmail.com>",
  3. "contributors": [
  4. "David Gwynne <loki@animata.net>",
  5. "Yunong Xiao <yunong@joyent.com>",
  6. "Alex Wilson <alex.wilson@joyent.com>"
  7. ],
  8. "name": "asn1",
  9. "description": "Contains parsers and serializers for ASN.1 (currently BER only)",
  10. "version": "0.2.3",
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/mcavage/node-asn1.git"
  14. },
  15. "main": "lib/index.js",
  16. "dependencies": {},
  17. "devDependencies": {
  18. "tap": "0.4.8"
  19. },
  20. "scripts": {
  21. "test": "./node_modules/.bin/tap ./tst"
  22. },
  23. "license": "MIT",
  24. "_from": "asn1@0.2.3",
  25. "_resolved": "http://registry.npm.taobao.org/asn1/download/asn1-0.2.3.tgz"
  26. }