{ 
  "name": "crypto",
  "id": "crypto",
  "version": "0.0.3",
  "description": "JavaScript implementations of standard and secure cryptographic algorithms.",
  "keywords": [ "crypto", "md5", "sha1" ],
  "author": "Irakli Gozalishvili <rfobic@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/Gozala/crypto.git",
    "web": "https://github.com/Gozala/crypto"
  },
  "bugs": {
    "url": "http://github.com/Gozala/crypto/issues/"
  },
  "devDependencies": {
    "test": ">=0.0.10"
  },
  "directories": {
    "lib": "./"
  },
  "scripts": {
    "test": "node test/test-crypto.js"
  },
  "licenses": [{
    "type" : "BSD",
    "url" : "http://pajhome.org.uk/site/legal.html#bsdlicense"
  }]
}
