UNPKG

xs-blowfish

Version:
32 lines (31 loc) 613 B
{ "name": "xs-blowfish", "version": "2.0.0", "description": "Blowfish encryption in JavaScript", "main": "blowfish.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/node-modules/blowfish.js" }, "keywords": [ "blowfish", "bf", "encryption", "decryption" ], "author": "Luke Young", "license": "MIT", "bugs": { "url": "https://github.com/node-modules/blowfish.js/issues" }, "devDependencies": { "should": "*", "mocha": ">=1.2.1", "pedding": "*", "jscover": "*", "benchmark": "*" } }