{
  "name": "node-jsbn",
  "version": "0.1.1",
  "description": "The jsbn library is a fast, portable (through browserify) implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:131/jsbn.git"
  },
  "keywords": [
    "biginteger",
    "bignumber",
    "big",
    "integer"
  ],
  "author": "Tom Wu",
  "license": "BSD"
}
