blob: d30709a5dd3d11dfe605f88c98400a207b2759cd [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.8.0"
},
"require-dev": {
"symfony/class-loader": "*"
},
"autoload": {
"psr-0": {
"PredictionIO": "src/"
}
}
}