2019-08-04 08:21:18 +00:00
|
|
|
{
|
|
|
|
"name": "codebird-php",
|
|
|
|
"version": "3.1.0",
|
|
|
|
"homepage": "https://www.jublo.net/projects/codebird/php",
|
|
|
|
"authors": [
|
|
|
|
"Joshua Atkins <joshua.atkins@jublo.net>",
|
|
|
|
"J.M. <jm@jublo.net>"
|
|
|
|
],
|
2019-08-04 12:16:56 +00:00
|
|
|
"description": "Easy access to the Twitter REST, Direct Messages, Account Activity, TON (Object Nest) and Twitter Ads API — all from one PHP library.",
|
2019-08-04 08:21:18 +00:00
|
|
|
"main": "src/codebird.php",
|
|
|
|
"moduleType": [],
|
|
|
|
"keywords": [
|
|
|
|
"Twitter",
|
|
|
|
"API",
|
|
|
|
"networking"
|
|
|
|
],
|
|
|
|
"license": "GPL-3.0+",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
}
|