facty
Version:
Integer Factorization Approaches with JavaScript
42 lines (41 loc) • 972 B
JSON
{
"name": "facty",
"version": "0.1.1",
"description": "Integer Factorization Approaches with JavaScript",
"keywords": [
"aks",
"factor",
"factoring",
"factorization",
"facty",
"fermat",
"integer factorization",
"pollard rho",
"prime factorization",
"prime"
],
"main": "src/index.js",
"bin": {
"facty": "bin/facty.js"
},
"scripts": {
"test": "mocha test/index --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramesaliyev/integer-factorization-with-js.git"
},
"author": "Rameş Aliyev <creator@ramesaliyev.com> (http://ramesaliyev.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ramesaliyev/integer-factorization-with-js/issues"
},
"homepage": "https://github.com/ramesaliyev/integer-factorization-with-js#readme",
"dependencies": {
"mathjs": "5.1.0"
},
"devDependencies": {
"chai": "4.1.2",
"mocha": "5.2.0"
}
}