forked from openschoolbr/curso-php
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.44 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
46
47
{
"name": "openschoolbr-curso-php",
"version": "0.0.1",
"description": "Curso de PHP da Open School",
"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-code-highlighter": "^1.0.7",
"gitbook-plugin-codepen": "^0.1.2",
"gitbook-plugin-codesnippet": "^1.2.0",
"gitbook-plugin-disqus": "^0.1.0",
"gitbook-plugin-ga": "^1.0.1",
"gitbook-plugin-gist": "^1.0.0",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-include-codeblock": "^3.0.2",
"gitbook-plugin-jsfiddle": "^1.0.0",
"gitbook-plugin-prism": "^2.2.1",
"gitbook-plugin-wabtheme": "^0.0.1",
"gitbook-plugin-zingchart": "^2.1.0"
},
"devDependencies": {
"gitbook-cli": "^2.3.0"
},
"scripts": {
"prepare": "gitbook install",
"dev": "npm run prepare && gitbook serve",
"build": "npm run prepare && rm -rf _book && gitbook build",
"publish": "npm run build && ./publish.sh",
"pdf": "gitbook pdf ./ ./dist/curso-php.pdf",
"epub": "gitbook epub ./ ./dist/curso-php.epub"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openschoolbr/curso-php.git"
},
"keywords": [
"PHP"
],
"author": "@wilcorrea",
"license": "MIT",
"bugs": {
"url": "https://github.com/openschoolbr/curso-php/issues"
},
"homepage": "https://github.com/openschoolbr/curso-phps#readme"
}