8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ed4f05 commit f35ccf9Copy full SHA for f35ccf9
bower.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "codebird-php",
3
+ "version": "2.5.0-rc.2",
4
+ "homepage": "http://www.jublo.net/projects/codebird/php",
5
+ "authors": [
6
+ "Joshua Atkins <joshua.atkins@jublo.net>",
7
+ "J.M. <jm@jublo.net>"
8
+ ],
9
+ "description": "A Twitter library in PHP.",
10
+ "main": "src/codebird.php",
11
+ "moduleType": [],
12
+ "keywords": [
13
+ "Twitter",
14
+ "API",
15
+ "networking"
16
17
+ "license": "GPL-3.0+",
18
+ "ignore": [
19
+ "**/.*",
20
+ "node_modules",
21
+ "bower_components",
22
+ "test",
23
+ "tests"
24
+ ]
25
+}
0 commit comments