-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsourcelover.json
More file actions
30 lines (30 loc) · 856 Bytes
/
sourcelover.json
File metadata and controls
30 lines (30 loc) · 856 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": "Source Lovers",
"description": "Build donation pages for your open source projects. Fund raising the hacker way.",
"author": {
"name": "Hackatron",
"email": "hackatron@example.com"
},
"languages": ["ruby"],
"version": "0.0.0",
"keywords": ["rumble", "rails", "hack"],
"homepage": "http://sourcelovers.r13.railsrumble.com",
"paypal_email": "potomak84@gmail.com",
"donation_packages": [
{
"name": "Fan",
"description": "Show us you like Source Lovers",
"amount": "5.00"
},
{
"name": "Supporter",
"description": "You use Source Lovers everyday to search for open source projects",
"amount": "20.00"
},
{
"name": "Lover",
"description": "You love Source Lovers and want to show its mantainers all your appreciation",
"amount": "50,00"
}
]
}