package.json 527 B

123456789101112131415161718192021
  1. {
  2. "name": "jsbn",
  3. "version": "0.1.1",
  4. "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "mocha test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/andyperlitch/jsbn.git"
  12. },
  13. "keywords": [
  14. "biginteger",
  15. "bignumber",
  16. "big",
  17. "integer"
  18. ],
  19. "author": "Tom Wu",
  20. "license": "MIT"
  21. }