Updated privacy policy, Fixed many issues, started working on other parts of the website

Update .dockerignore, .gitignore, and 27 more files...
This commit is contained in:
2022-03-18 21:03:00 +01:00
parent 2288eb64d0
commit a04c63e8bb
29 changed files with 30832 additions and 35 deletions

View File

@@ -0,0 +1,31 @@
{
"name": "halfmoon",
"version": "1.1.1",
"description": "Front-end framework with a built-in dark mode and full customizability using CSS variables; great for building dashboards and tools",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/halfmoonui/halfmoon.git"
},
"keywords": [
"halfmoon",
"css",
"javascript",
"dark-theme",
"dark-mode",
"dashboard",
"web-framework",
"css-framework",
"css-variables",
"css-custom-properties"
],
"author": "Halfmoon UI",
"license": "MIT",
"bugs": {
"url": "https://github.com/halfmoonui/halfmoon/issues"
},
"homepage": "https://github.com/halfmoonui/halfmoon#readme"
}