datatable.directory codebase
https://datatable.directory/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
775 B
36 lines
775 B
{
|
|
"name": "socialnorm/facebook",
|
|
"description": "Facebook provider for SocialNorm",
|
|
"authors": [
|
|
{
|
|
"name": "Adam Wathan",
|
|
"email": "adam.wathan@gmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/adamwathan/socialnorm"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"guzzlehttp/guzzle": "^6.0",
|
|
"socialnorm/socialnorm": "^0.2"
|
|
},
|
|
"require-dev": {
|
|
"mockery/mockery": "~0.8",
|
|
"phpunit/phpunit": "^4.8"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"SocialNorm\\Facebook\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"files": [
|
|
"tests/TestCase.php"
|
|
]
|
|
}
|
|
}
|
|
|