blob: fd4343b0d64abc4d8339968620ec68dd0e87822e [file] [log] [blame]
{
"name": "predictionio/predictionio",
"type": "library",
"description": "PredictionIO API PHP Client",
"keywords": [
"predictionio",
"tappingstone",
"rest",
"restful",
"web service",
"prediction",
"recommendation"
],
"homepage": "http://prediction.io",
"license": "Apache-2.0",
"authors": [
{
"name": "The PredictionIO Team",
"email": "help@prediction.io",
"homepage": "http://prediction.io"
}
],
"require": {
"php": ">=5.3.2",
"guzzle/guzzle": "~3.8.0"
},
"require-dev": {
"symfony/class-loader": "*"
},
"autoload": {
"psr-0": {
"PredictionIO": "src/"
}
}
}