sieve-of-eratosthenes
Version:
Sieve of Eratosthenes implementation.
24 lines (23 loc) • 470 B
JSON
{
"name": "sieve-of-eratosthenes",
"main": "sieve-of-eratosthenes.js",
"version": "0.0.2",
"homepage": "https://github.com/miguelmota/sieve-of-eratosthenes",
"authors": [
"Miguel Mota <miguelmota2@gmail.com>"
],
"description": "Sieve of Eratosthenes implementation.",
"keywords": [
"sieve",
"prime",
"algorithm"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"license": "MIT"
}