forked from imfly/bitcoin-on-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 810 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 810 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
28
29
30
31
32
33
34
{
"name": "BtcNodejs",
"version": "0.3.3",
"description": "第一本详细讲解Nodejs在加密货币领域应用的免费电子书籍",
"main": "index.js",
"scripts": {
"test": "npm test",
"deploy": "node_modules/.bin/gulp deploy",
"summary": "node_modules/.bin/book sm"
},
"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": {
"del": "^2.2.0",
"gitbook-summary": "^1.0.14",
"gulp": "^3.9.0",
"gulp-gh-pages": "^0.5.4"
}
}