-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.28 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.28 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "intrd/bitcoin-tofybot",
"description": "TOFY - bitcoin trader bot (former HAL10K)",
"keywords": ["bitcoin","bot","eggdrop","php","okcoin"],
"homepage": "http://github.com/intrd/bitcoin-tofybot",
"authors": [
{
"name": "intrd (Danilo Salles)",
"email": "x@dann.com.br",
"homepage": "http://dann.com.br",
"role": "Owner"
},
{
"name": "Rafael (Rafael Def)",
"email": "rafaeldefine@gmail.com",
"homepage": "http://nosite.xxx",
"role": "Colaborator"
}
],
"license": "proprietary",
"require": {
"php": ">=5.3.0",
"intrd/php-common": ">=1.0.x-dev <dev-master",
"intrd/sqlite-dbintrd": ">=1.0.x-dev <dev-master",
"intrd/php-mcrypt256CBC": ">=1.0.x-dev <dev-master",
"j7mbo/twitter-api-php": "dev-master"
},
"autoload": {
"psr-4": {
"bitcoin\\":"src/",
"":"exchanges/okc/OKCoin/"
}
},
"extra": {
"author_twitter":"intrd",
"copyright_author":"intrd",
"license_title":"Proprietary software",
"license_url":"https://en.wikipedia.org/wiki/Proprietary_software"
}
}