-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 949 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 949 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
{
"name": "pfdata.github.io",
"version": "1.0.0",
"description": "This repository hosts the official website for the **PFDATA Project**, utilizing the [Forty Jekyll Theme](https://html5up.net/forty) by [HTML5 UP](https://html5up.net). It serves as a central hub for documentation, updates, and resources related to the PFDATA initiative.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "eleventy",
"start": "eleventy --serve",
"deploy": "npm run build && gh-pages -d _site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pfdata/pfdata.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pfdata/pfdata.github.io/issues"
},
"homepage": "https://github.com/pfdata/pfdata.github.io#readme",
"devDependencies": {
"@11ty/eleventy": "^3.1.0",
"gh-pages": "^6.3.0"
}
}