forked from jcouyang/functional-javascript
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbook.json
More file actions
27 lines (27 loc) · 714 Bytes
/
book.json
File metadata and controls
27 lines (27 loc) · 714 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
{
"github": "https://github.com/jcouyang/functional-javascript.git",
"githubHost": "https://github.com/",
"plugins": [
"mixpanel",
"richquotes",
"jsbin",
"ga"
],
"pluginsConfig": {
"richquotes": {
"todos": true
},
"mixpanel": {
"token": "04b882f603277dd5498776d62145ad92"
},
"ga": {
"token": "UA-32314154-1"
}
},
"links": {
"home": "http://jcouyang.gitbooks.io",
"about": "http://oyanglul.us",
"issues": "https://github.com/jcouyang/functional-javascript/issues",
"contribute": "https://github.com/jcouyang/functional-javascript"
}
}