You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
527 B

4 years ago
{
4 years ago
"name": "jsbn",
"version": "0.1.1",
"description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.",
"main": "index.js",
"scripts": {
"test": "mocha test.js"
4 years ago
},
4 years ago
"repository": {
"type": "git",
"url": "https://github.com/andyperlitch/jsbn.git"
4 years ago
},
"keywords": [
"biginteger",
"bignumber",
"big",
"integer"
],
4 years ago
"author": "Tom Wu",
"license": "MIT"
4 years ago
}