-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 956 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 956 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
{
"name": "user-doc-template",
"version": "1.0.0",
"description": "This is the official template repository to generate documentation in the devices-lab style.",
"main": "eleventy.config.js",
"repository": "https://github.com/devices-lab/user-doc-template.git",
"author": "Dr John Vidler <j.vidler@lancaster.ac.uk>",
"contributors": [
"Mannu Lambrichts <m.lambrichts@lancaster.ac.uk>",
"Glen Dobson <g.dobson@lancaster.ac.uk>"
],
"license": "MIT",
"private": true,
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"@devices-lab/user-doc-base": "https://github.com/devices-lab/user-doc-base.git#main"
},
"scripts": {
"dev:11ty": "npx @11ty/eleventy --serve",
"build": "npx @11ty/eleventy"
},
"extra": {
"title": "A Documentation Template from Devices Lab, Lancaster",
"keywords": [
"example",
"keywords",
"documentation"
],
"hwidx": [
"hwidx.org/0/0/0.0"
]
}
}