-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathharp.json
33 lines (33 loc) · 1.13 KB
/
harp.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
31
32
33
{
"globals": {
"title": "DevGroups",
"description": "A huge list of developer groups around the world",
"author": "Caio Ribeiro Pereira",
"email": "[email protected]",
"root_url": {
"development": "http://localhost:3000/",
"production": "http://devgroups.org/"
},
"channel": {
"s": "Site",
"gg": "Google Groups",
"gc": "Google+ Community",
"fg": "Facebook Groups",
"lg": "LinkedIn Groups"
},
"devfreecasts": {
"title": "DevFreeCasts",
"about": "A huge collection of free screencasts for developers",
"url": "http://devfreecasts.org?utm_source=devgroups&utm_medium=medium&utm_campaign=DevGroups"
},
"devfreebooks": {
"title": "DevFreeBooks",
"about": "A huge collection of free books for developers",
"url": "http://devfreebooks.org?utm_source=devgroups&utm_medium=medium&utm_campaign=DevGroups"
},
"utm": "utm_source=devgroups&utm_medium=medium&utm_campaign=DevGroups",
"platforms": ["bitcoin", "nodejs", "javascript", "meteor",
"go", "react", "angularjs",
"elixir"]
}
}