Files
Web-NibblePoker/resources/HalfMoon/1.1.1/package.json
2022-03-18 21:03:00 +01:00

32 lines
796 B
JSON

{
"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"
}