1
0
mirror of https://github.com/danog/PrimeModule.git synced 2024-11-26 20:34:37 +01:00
PrimeModule/composer.json
danogentili 9464b2d1c1 Whoops
2017-02-21 20:45:07 +03:00

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/"
}
}
}