blob: 98fa6688a051362aec22f9d405686f600e786da1 [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@tappingstone.com",
"homepage": "http://prediction.io"
}
],
"require": {
"php": ">=5.3.2",
"guzzle/guzzle": "~3.3.1"
},
"require-dev": {
"symfony/class-loader": "*"
},
"autoload": {
"psr-0": {
"PredictionIO": "src/"
}
}
}