-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 849 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": "github-pages-vuepress",
"version": "1.1.0",
"description": "Static website built with VuePress and deployed on Github Pages",
"keywords": [
"VuePress",
"Github Pages",
"Static Site Generator"
],
"homepage": "https://atanas.info/projects/github-pages-vuepress.html",
"bugs": {
"url": "https://github.com/scriptex/github-pages-vuepress/issues",
"email": "hi@atanas.info"
},
"license": "MIT",
"author": "Atanas Atanasov <hi@atanas.info> (https://atanas.info)",
"funding": "https://github.com/sponsors/scriptex",
"repository": {
"type": "git",
"url": "github:scriptex/github-pages-vuepress"
},
"scripts": {
"start": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build"
},
"devDependencies": {
"vuepress": "1.9.10"
}
}