-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 923 Bytes
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
34
35
{
"name": "aws-112018",
"version": "1.0.0",
"description": "AWS 11-2018",
"main": "index.js",
"dependencies": {
"gitbook-plugin-atoc": "^1.0.3",
"gitbook-plugin-google-drive-video": "^1.0.4",
"gitbook-plugin-hints": "^1.0.2",
"gitbook-plugin-image-captions": "^3.1.0",
"gitbook-plugin-livereload": "^0.0.1",
"gitbook-plugin-katex": "^1.1.4",
"gitbook-plugin-search-plus": "^1.0.3"
},
"devDependencies": {
"gitbook-cli": "^2.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goffinet/aws-112018.git"
},
"keywords": [
"ansible",
"network-automation"
],
"author": "Francois-Emmanuel GOFFINET",
"license": "ISC",
"bugs": {
"url": "https://github.com/goffinet/aws-112018/issues"
},
"homepage": "https://github.com/goffinet/aws-112018#readme"
}