package.json 715 B

123456789101112131415161718
  1. {
  2. "author": "Jeff Guo <gwjjeff@gmail.com>",
  3. "name": "cryptojs",
  4. "tags": ["Hash", "MD5", "SHA1", "SHA-1", "SHA256", "SHA-256", "RC4", "Rabbit", "AES", "DES", "PBKDF2", "HMAC", "OFB", "CFB", "CTR", "CBC", "Base64"],
  5. "description": "Following googlecode project crypto-js, provide standard and secure cryptographic algorithms for NodeJS. Support MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64",
  6. "version": "2.5.3",
  7. "homepage": "https://github.com/gwjjeff/cryptojs",
  8. "repository": {
  9. "type": "git",
  10. "url": "git://github.com/gwjjeff/cryptojs.git"
  11. },
  12. "main": "cryptojs.js",
  13. "engines": {
  14. "node": "*"
  15. },
  16. "dependencies": {},
  17. "devDependencies": {}
  18. }