-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "dondlingergc.com",
"version": "1.0.0",
"description": "- All static assets (HTML, JS, JSON, favicon, etc.) are in the project root. - All fetches use relative paths (e.g., `fetch('blueprints.json')`). - All data files (like `blueprints.json`) are present in the deployed directory. - Favicon is included as `favicon.ico` in the root and referenced in all HTML files. - No file:// or absolute path references are used. - No server-side code is required. - For SPA routing, add a `_redirects` file if needed.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yavru421/dondlingergc.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/yavru421/dondlingergc.github.io/issues"
},
"homepage": "https://github.com/yavru421/dondlingergc.github.io#readme"
}