8000 Add bower.json · FlavioFalcao/codebird-php@f35ccf9 · GitHub
[go: up one dir, main page]

Skip to content

Commit f35ccf9

Browse files
committed
Add bower.json
1 parent 2ed4f05 commit f35ccf9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)
0