package.json 664 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "parse-asn1",
  3. "version": "5.1.1",
  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. },
  24. "devDependencies": {
  25. "tape": "^3.4.0",
  26. "standard": "^5.0.0"
  27. }
  28. }