forked from miguelmota/ethereum-development-with-go-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.04 KB
/
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
{
"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"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/miguelmota/ethereum-development-with-go-book.git"
},
"author": {
"name": "Miguel Mota",
"email": "[email protected]",
"url": "https://miguelmota.com/"
},
"license": {
"type": "CC0-1.0",
"url": "https://github.com/miguelmota/ethereum-development-with-go-book/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/miguelmota/ethereum-development-with-go-bok/issues"
},
"homepage": "https://github.com/miguelmota/ethereum-development-with-go-book#readme"
}