summaryrefslogtreecommitdiff
path: root/lib/codebird-php/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/codebird-php/bower.json')
-rw-r--r--lib/codebird-php/bower.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/lib/codebird-php/bower.json b/lib/codebird-php/bower.json
new file mode 100644
index 0000000..2250042
--- /dev/null
+++ b/lib/codebird-php/bower.json
@@ -0,0 +1,25 @@
+{
+ "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>"
+ ],
+ "description": "Easy access to the Twitter REST API, Collections API, Streaming API, TON (Object Nest) API and Twitter Ads API — all from one PHP library.",
+ "main": "src/codebird.php",
+ "moduleType": [],
+ "keywords": [
+ "Twitter",
+ "API",
+ "networking"
+ ],
+ "license": "GPL-3.0+",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ]
+}