-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 859 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 859 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
{
"name": "material-mkdocs-ebook-template",
"version": "1.0.0",
"description": "A Node Express App that serves Material styled static files using Mkdocs generator with Basic Authentication.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AustinCodingAcademy/material-mkdocs-ebook-template.git"
},
"author": "Clayton Berger",
"license": "ISC",
"bugs": {
"url": "https://github.com/AustinCodingAcademy/material-mkdocs-ebook-template.git/issues"
},
"homepage": "https://github.com/AustinCodingAcademy/material-mkdocs-ebook-template.git#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"nodemon": "^2.0.7"
}
}