mirror of
				https://github.com/taixingyiji/openit.git
				synced 2025-11-03 23:52:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			527 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			527 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "jsbn",
 | 
						|
  "version": "1.1.0",
 | 
						|
  "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"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/andyperlitch/jsbn.git"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "biginteger",
 | 
						|
    "bignumber",
 | 
						|
    "big",
 | 
						|
    "integer"
 | 
						|
  ],
 | 
						|
  "author": "Tom Wu",
 | 
						|
  "license": "MIT"
 | 
						|
}
 |