cryptomancy-prime
Version:
prime number utilities for cryptomancy
22 lines (21 loc) • 443 B
JSON
{
"name": "cryptomancy-prime",
"version": "1.0.2",
"description": "prime number utilities for cryptomancy",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cryptomancy"
],
"author": "ansuz",
"license": "ISC",
"dependencies": {
"jsbn": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ansuz/cryptomancy-prime.git"
}
}