-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
29 lines (29 loc) · 953 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
{
"name": "qtumbook",
"version": "0.0.1",
"description": "Qtum is a decentralized blockchain project built on Bitcoin's UTXO model, but with support for Ethereum Virtual Machine based smart contracts. It achieves this through the revolutionary Account Abstraction Layer.",
"directories": {
"example": "examples"
},
"dependencies": {
"gitbook-plugin-anchors": "^0.7.1"
},
"devDependencies": {},
"scripts": {
"start": "gitbook serve",
"build": "gitbook build . docs",
"publish": "git add docs && git commit -m 'update gitbook build' && git push origin master",
"deploy": "npm run build && npm run publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qtumproject/qtumbook.git"
},
"keywords": [],
"author": "",
"license": "CC 4.0",
"bugs": {
"url": "https://github.com/qtumproject/qtumbook/issues"
},
"homepage": "https://github.com/qtumproject/qtumbook#readme"
}