23 lines
554 B
JSON
23 lines
554 B
JSON
{
|
|
"name": "@priduck-color-theme/base",
|
|
"version": "0.0.1",
|
|
"description": "A color-theme based on a single hue in the LCH colorspace.",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://src.mfgames.com/priduck-color-theme/priduck-color-theme-base-css.git"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"color"
|
|
],
|
|
"author": "D. Moonfire",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mkdirp": "^3.0.1",
|
|
"postcss-cli": "^11.0.0",
|
|
"postcss-mixins": "^9.0.4"
|
|
}
|
|
}
|