UNPKG

@pingleware/crypto-js

Version:
77 lines (76 loc) 1.6 kB
{ "name": "@pingleware/crypto-js", "title": "@pingleware/crypto-js", "description": "Merging CryptoJS with noble-post-quantum.", "version": "1.0.0", "homepage": "http://github.com/pingleware/pingleware-crypto", "author": "PressPage Entertainment Inc DBA PINGLEWARE <maintainers@pingleware.work>", "repository": { "type": "git", "url": "https://github.com/pingleware/pingleware-crypto.git" }, "bugs": { "url": "https://pingleware.support" }, "license": "MIT", "scripts": { "build": "grunt build", "test": "grunt default" }, "main": "index.js", "browser": { "crypto": false }, "dependencies": {}, "devDependencies": { "fmd": "~0.0.3", "grunt": "^1.4.3", "grunt-cli": "^1.4.3", "grunt-contrib-clean": "^2.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^3.0.0", "grunt-jsonlint": "^2.1.3", "grunt-update-json": "^0.2.2", "load-grunt-config": "^4.0.0", "lodash": "^4.17.21" }, "keywords": [ "security", "crypto", "Hash", "MD5", "SHA1", "SHA-1", "SHA256", "SHA-256", "RC4", "Rabbit", "AES", "DES", "PBKDF2", "HMAC", "OFB", "CFB", "CTR", "CBC", "Base64", "Base64url", "ml-kem", "ml-dsa", "slh-dsa", "kyber", "dilithium", "sphincs", "fips203", "fips204", "fips205", "xwing", "kitchensink", "pqc", "post-quantum", "public-key", "crypto", "noble", "cryptography" ] }