mirror of
https://github.com/danog/PrimeModule.git
synced 2024-11-26 20:34:37 +01:00
19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"name": "danog/primemodule",
|
|
"description": "Prime module capable of doing prime factorization of huge numbers very quickly.\"",
|
|
"type": "library",
|
|
"license": "AGLPV3",
|
|
"authors": [
|
|
{
|
|
"name": "Daniil Gentili",
|
|
"email": "daniil@daniil.it"
|
|
}
|
|
],
|
|
"require": {},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"danog\\": "lib/"
|
|
}
|
|
}
|
|
}
|