-
Notifications
You must be signed in to change notification settings - Fork 458
/
package.json
45 lines (45 loc) · 1.36 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "docker-para-desenvolvedores",
"version": "1.0.0",
"description": "Docker para Desenvolvedores",
"main": "index.js",
"dependencies": {
"gh-pages": "^0.12.0",
"gitbook-plugin-ace": "^0.3.2",
"gitbook-plugin-chart": "^0.2.0",
"gitbook-plugin-code-editor": "^1.2.1",
"gitbook-plugin-codesnippet": "^1.2.0",
"gitbook-plugin-codepen": "^0.1.2",
"gitbook-plugin-code-highlighter": "^1.0.7",
"gitbook-plugin-disqus": "^0.1.0",
"gitbook-plugin-ga": "^1.0.1",
"gitbook-plugin-gist": "^1.0.0",
"gitbook-plugin-include-codeblock": "^3.0.2",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-jsfiddle": "^1.0.0",
"gitbook-plugin-wabtheme": "^0.0.1",
"gitbook-plugin-zingchart": "^2.1.0"
},
"devDependencies": {},
"scripts": {
"postinstall": "gitbook install",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gitbook serve",
"build": "gitbook build",
"predeploy": "npm run build",
"deploy": "gh-pages -d _book"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gomex/docker-para-desenvolvedores.git"
},
"keywords": [
"docker"
],
"author": "@gomex",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/gomex/docker-para-desenvolvedores/issues"
},
"homepage": "https://github.com/gomex/docker-para-desenvolvedores#readme"
}