-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 782 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 782 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
{
"name": "NodeOS",
"description": "Sistema operativo ligero para Node.js",
"author": "Jesús Leganés Combarro 'piranna' <piranna@gmail.com>",
"version": "0.0.0",
"scripts": {
"pdf": "gitbook pdf . NodeOS.pdf",
"postinstall": "gitbook install && npm install JozoVilcek/gitbook-plugin-mermaid#c9b5c82",
"serve": "gitbook serve ."
},
"repository": {
"type": "git",
"url": "https://github.com/piranna/pfc.git"
},
"bugs": {
"url": "https://github.com/piranna/pfc/issues"
},
"homepage": "https://github.com/piranna/pfc",
"devDependencies": {
"gitbook-cli": "^2.1.3",
"svgexport": "^0.3.2"
},
"dependencies": {
"gitbook-plugin-autocover": "GitbookIO/plugin-autocover#452ba6c"
},
"engines": {
"node": ">=0.12"
}
}