forked from arstream/Network-Programming-with-Go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1 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
{
"name": "network-programming-with-go",
"version": "0.2.0",
"description": "Network programming with Go",
"main": "index.html",
"dependencies": {
"gitbook-cli": "2.3.0"
},
"devDependencies": {},
"scripts": {
"gitbook:prepare": "gitbook install",
"gitbook:watch": "npm run gitbook:prepare && gitbook serve",
"gitbook:build": "npm run gitbook:prepare && gitbook build",
"gitbook:pdf": "gitbook pdf . ./_book/network-programming-with-go.pdf",
"gitbook:epub": "gitbook epub . ./_book/network-programming-with-go.epub",
"gitbook:mobi": "gitbook mobi . ./_book/network-programming-with-go.mobi"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tumregels/Network-Programming-with-Go.git"
},
"keywords": [
"golang"
],
"author": "Jan Newmarch",
"license": "CC-BY-NC-SA-3.0",
"bugs": {
"url": "https://github.com/tumregels/Network-Programming-with-Go/issues"
},
"homepage": "https://github.com/tumregels/Network-Programming-with-Go#readme"
}