1
0
mirror of https://github.com/danog/PrimeModule.git synced 2024-11-26 20:34:37 +01:00
PrimeModule/composer.json

19 lines
412 B
JSON
Raw Normal View History

2017-02-21 18:35:05 +01:00
{
"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": {}
2017-02-21 18:42:51 +01:00
"autoload": {
"psr-0": {
"danog\\": "lib/"
}
}
2017-02-21 18:35:05 +01:00
}