forked from Pompeu/devfreebooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathharp.json
32 lines (32 loc) · 1.26 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
{
"globals": {
"title": "DevFreeBooks",
"description": "A huge collection of free books for developers",
"author": "Caio Ribeiro Pereira",
"email": "[email protected]",
"root_url": {
"development": "http://localhost:3000/",
"production": "http://devfreebooks.org/"
},
"devfreecasts": {
"title": "DevFreeCasts",
"about": "A huge collection of free screencasts for developers",
"url": "http://devfreecasts.org?utm_source=devfreebooks&utm_medium=medium&utm_campaign=DevFreeBooks"
},
"devgroups": {
"title": "DevGroups",
"about": "A huge list of developer groups around the world",
"url": "http://devgroups.org?utm_source=devfreebooks&utm_medium=medium&utm_campaign=DevFreeBooks"
},
"utm": "utm_source=devfreebooks&utm_medium=medium&utm_campaign=DevFreeBooks",
"platforms": ["bitcoin", "nodejs", "angularjs",
"meteor","go", "firefoxos",
"python", "java", "ios",
"elixir", "php", "ruby",
"django", "git", "groovy",
"scala", "vim", "famous",
"http", "haskell", "rails",
"playframework", "javascript", "android",
"emberjs", "backbone"]
}
}