package.json 693 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "parse-asn1",
  3. "version": "5.1.4",
  4. "description": "utility library for parsing asn1 files for use with browserify-sign.",
  5. "main": "index.js",
  6. "scripts": {
  7. "unit": "node ./test",
  8. "standard": "standard",
  9. "test": "npm run standard && npm run unit"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/crypto-browserify/parse-asn1.git"
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "dependencies": {
  18. "asn1.js": "^4.0.0",
  19. "browserify-aes": "^1.0.0",
  20. "create-hash": "^1.1.0",
  21. "evp_bytestokey": "^1.0.0",
  22. "pbkdf2": "^3.0.3",
  23. "safe-buffer": "^5.1.1"
  24. },
  25. "devDependencies": {
  26. "tape": "^3.4.0",
  27. "standard": "^5.0.0"
  28. }
  29. }