forked from tomatoes-app/tomatoes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsourcelover.json
30 lines (30 loc) · 867 Bytes
/
sourcelover.json
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
{
"name": "Tomatoes",
"description": "A Pomodoro technique® driven time tracker.",
"author": {
"name": "Giovanni Cappellotto",
"email": "[email protected]"
},
"languages": ["ruby"],
"version": "0.6.70",
"keywords": ["pomodoro", "timer", "tracker", "tomatoes", "productivity"],
"homepage": "http://tomato.es",
"paypal_email": "[email protected]",
"donation_packages": [
{
"name": "Friend",
"description": "Help us with hosting stuff.",
"amount": "5.00"
},
{
"name": "Supporter",
"description": "You often use Tomatoes and you're starting to feel productive using this tool.",
"amount": "20.00"
},
{
"name": "Lover",
"description": "You absolutely love Tomatoes and you can't start working without before starting a tomato timer.",
"amount": "50.00"
}
]
}