forked from imfly/bitcoin-on-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.json
33 lines (33 loc) · 872 Bytes
/
book.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
{
"bookname": "Nodejs开发加密货币",
"description": "第一本详细讲解Nodejs在加密货币领域应用的免费电子书籍",
"author": "Imfly",
"language": "zh",
"keywords": [
"bitcoin",
"nodejs"
],
"ignores": ["backup", "_book", "styles", "assets", "node_modules","sources","doc"],
"sortedBy": "-",
"homepage": "http://imfly.github.io/bitcoin-on-nodejs",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/imfly/bitcoin-on-nodejs.git"
},
"bugs": {
"url": "https://github.com/imfly/bitcoin-on-nodejs/issues"
},
"plugins": [
"baidu",
"-livereload"
],
"pluginsConfig": {
"baidu": {
"token": "a489cddfaf5ed40abc3a60e2783e8019"
}
},
"structure": {
"readme": "README.md"
}
}