23 lines
678 B
JSON
23 lines
678 B
JSON
{
|
|
"name": "joshtronic/php-googleprofanity",
|
|
"description": "PHP Wrapper for the unofficial Google Profanity API",
|
|
"version": "1.0.0",
|
|
"type": "library",
|
|
"keywords": ["google", "profanity", "api"],
|
|
"homepage": "https://github.com/joshtronic/php-googleprofanity",
|
|
"license": "MIT",
|
|
"authors": [{
|
|
"name": "Josh Sherman",
|
|
"email": "josh@gravityblvd.com",
|
|
"homepage": "http://joshtronic.com"
|
|
}],
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {"joshtronic\\": "src/"}
|
|
}
|
|
}
|