naive-factorization
Version:
naive solver for the prime factorization problem
28 lines (27 loc) • 689 B
JSON
{
"name": "naive-factorization",
"version": "1.0.2",
"description": "naive solver for the prime factorization problem",
"main": "NaiveFactorizer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fuscofrancesco/naive-factorization.git"
},
"keywords": [
"naive",
"prime",
"factorization",
"factorization",
"integer",
"factorization"
],
"author": "ffusco",
"license": "ISC",
"bugs": {
"url": "https://github.com/fuscofrancesco/naive-factorization/issues"
},
"homepage": "https://github.com/fuscofrancesco/naive-factorization#readme"
}