26 lines
457 B
JSON
26 lines
457 B
JSON
|
{
|
||
|
"name" : "pacificsec/cpe",
|
||
|
"type" : "library",
|
||
|
"description" : "CPE: Common Platform Enumeration for PHP",
|
||
|
"keywords" : [
|
||
|
"cpe",
|
||
|
"cve",
|
||
|
"security",
|
||
|
"pacificsec"
|
||
|
],
|
||
|
"homepage" : "https://github.com/pacificsec/cpe",
|
||
|
"license" : "MIT",
|
||
|
"authors" : [{
|
||
|
"name" : "Antonio Franco",
|
||
|
"email" : "antonio.franco@pacificsec.com"
|
||
|
}
|
||
|
],
|
||
|
"require" : {
|
||
|
"php" : ">=5.3.0"
|
||
|
},
|
||
|
"autoload" : {
|
||
|
"psr-4" : {
|
||
|
"PacificSec\\CPE\\" : "src"
|
||
|
}
|
||
|
}
|
||
|
}
|