forked from imfly/bitcoin-on-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 956 Bytes
/
package.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
34
35
36
37
38
39
40
41
42
43
{
"name": "Bitcoin-on-Nodejs",
"version": "1.0.0-pre1",
"description": "第一本详细讲解Nodejs在加密货币领域应用的免费电子书籍",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"start": "gitbook serve",
"deploy": "node_modules/.bin/gulp deploy",
"summary": "node_modules/.bin/book sm"
},
"engines": {
"node": ">=4"
},
"repository": {
"type": "git",
"url": "http://imfly.github.io/bitcoin-on-nodejs"
},
"keywords": [
"bitcoin",
"nodejs",
"ebook",
"pdf"
],
"author": "imfly",
"license": "MIT",
"bugs": {
"url": "http://imfly.github.io/bitcoin-on-nodejs/issues"
},
"homepage": "http://imfly.github.io/bitcoin-on-nodejs#readme",
"dependencies": {},
"devDependencies": {
"data.task": "^3.1.0",
"del": "^2.2.0",
"gitbook-summary": "*",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4",
"ramda": "^0.22.1"
}
}