forked from miguelmota/ethereum-development-with-go-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 873 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
{
"name": "ethereum-development-with-go",
"version": "1.0.0",
"description": "> A little book on [Ethereum](https://www.ethereum.org/) Development with [Go](https://golang.org/) (golang)",
"main": "index.js",
"dependencies": {
"canvas": "^1.6.11",
"gitbook-plugin-analytics": "^0.2.1",
"gitbook-plugin-autocover": "^2.0.1",
"gitbook-plugin-ga": "^2.0.0",
"install": "^0.11.0",
"npm": "^6.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miguelmota/ethereum-development-with-go.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/miguelmota/ethereum-development-with-go/issues"
},
"homepage": "https://github.com/miguelmota/ethereum-development-with-go#readme"
}