{
  "name": "blowfish",
  "version": "1.0.1",
  "description": "Blowfish encryption in JavaScript",
  "main": "blowfish.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/innoying/blowfish.js.git"
  },
  "keywords": [
    "blowfish",
    "bf",
    "encryption",
    "decryption"
  ],
  "author": "Luke Young",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/innoying/blowfish.js/issues"
  }
}
