-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsourcelover.json
More file actions
30 lines (30 loc) · 911 Bytes
/
sourcelover.json
File metadata and controls
30 lines (30 loc) · 911 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
26
27
28
29
30
{
"name": "Hackatron",
"description": "Hackatron is a group of developers, designers, tinkers. We want to have fun building things and learning something new.",
"author": {
"name": "Hackatron",
"email": "hackatron@example.com"
},
"languages": ["ruby", "python", "C"],
"version": "0.0.0",
"keywords": ["rumble", "rails", "hack", "test", "hackatron", "example"],
"homepage": "http://hackatron.org/",
"paypal_email": "potomak84@gmail.com",
"donation_packages": [
{
"name": "Fan",
"description": "Show us you like Hackatron",
"amount": "5.00"
},
{
"name": "Supporter",
"description": "You want to support Hackatron's activities",
"amount": "20.00"
},
{
"name": "Lover",
"description": "You love Hackatron and want to push it forward. You usually wear the awesome Hackatron t-shirt",
"amount": "50.00"
}
]
}