UNPKG

angular-crypto

Version:

angular-crypto provides standard and secure cryptographic algorithms for Angular.js with support for: MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64

58 lines (57 loc) 1.15 kB
{ "name": "angular-crypto", "version": "0.0.3", "description": "angular-crypto provides standard and secure cryptographic algorithms for Angular.js with support for: MD5, SHA-1, SHA-256, RC4, Rabbit, AES, DES, PBKDF2, HMAC, OFB, CFB, CTR, CBC, Base64", "keywords": [ "crypto", "cryptojs", "angular", "angularjs", "MD5", "SHA-1", "SHA-256", "RC4", "Rabbit", "AES", "DES", "PBKDF2", "HMAC", "OFB", "CFB", "CTR", "CBC", "Base64" ], "author": [ { "name": "Patrick Stapleton", "email": "github@gdi2290.com", "url": "www.gdi2290.com" } ], "scripts": { "start": "grunt", "test": "grunt test" }, "repository": { "type": "git", "url": "http://github.com/gdi2290/angular-crypto.git" }, "licenses": [ { "type": "MIT" } ], "dependencies": { }, "devDependencies": { "load-grunt-tasks": "*", "time-grunt": "*", "grunt": "*", "grunt-contrib-copy": "*", "grunt-contrib-concat": "*", "grunt-contrib-uglify": "*", "grunt-contrib-watch": "*", "grunt-ngmin": "0.0.3" } }