forked from feiskyer/sdn-handbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.19 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": "sdn-handbook",
"version": "1.0.0",
"description": "SDN (Software Defined Networking)作为当前最重要的热门技术之一,目前已经普遍得到大家的共识。有关SDN的资料和书籍非常丰富,但入门和学习SDN依然是非常困难。本书整理了SDN实践中的一些基本理论和实践案例心得,希望能给大家带来启发,也欢迎大家关注和贡献。",
"main": "index.js",
"dependencies": {
"gitbook-cli": "^2.3.0",
"gitbook-plugin-alerts": "^0.1.1",
"gitbook-plugin-editlink": "^1.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-github-buttons": "^2.1.0",
"gitbook-plugin-katex": "^1.1.3",
"gitbook-plugin-mermaid": "^0.0.9",
"gitbook-plugin-page-treeview": "^2.9.7",
"gitbook-plugin-search-plus": "^1.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feiskyer/sdn-handbook.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/feiskyer/sdn-handbook/issues"
},
"homepage": "https://github.com/feiskyer/sdn-handbook#readme"
}