forked from tweetledee/tweetledee
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 741 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "tweetledee/tweetledee",
"type": "library",
"description": "Easy access to Twitter RSS and JSON data",
"keywords": ["Twitter","web","command line","RSS","JSON","social media"],
"homepage": "http://github.com/tweetledee/tweetledee",
"license": "MIT",
"authors": [
{
"name": "Rodrigo Aguilera",
"email": "hi@rodrigoaguilera.net",
"homepage": "https://www.rodrigoaguilera.net",
"role": "Developer"
},
{
"name": "Christopher Simpkins",
"email": "chris@zerolabs.net",
"homepage": "http://sweetme.at",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
}
}