forked from os-js/manual.os-js.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 992 Bytes
/
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
{
"name": "meeseOS-manual",
"version": "1.0.1",
"description": "MeeseOS Manual",
"main": "index.js",
"scripts": {
"test": "echo \"No tests implemented for meeseOS-manual\" && exit 0",
"build": "honkit build",
"serve": "honkit serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meese-enterprises/meeseOS-manual.git"
},
"keywords": [
"meeseOS",
"manual",
"documentation"
],
"author": "Aaron Meese <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/meese-enterprises/meeseOS/issues"
},
"homepage": "https://github.com/meese-enterprises/meeseOS#readme",
"dependencies": {
"gitbook-plugin-alerts": "^0.2.0",
"gitbook-plugin-codepen": "^0.1.2",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-sitemap": "git+https://github.com/andersevenrud/plugin-sitemap.git#master",
"handlebars": "^4.1.2",
"honkit": "^3.7.4",
"node-fs-extra": "^0.8.1"
}
}