21 lines
482 B
JSON
21 lines
482 B
JSON
{
|
|
"name": "@priduck-color-theme/base",
|
|
"version": "0.1.0",
|
|
"description": "A color-theme based on a single hue in the LCH colorspace.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://src.mfgames.com/priduck-color-theme/priduck-color-theme-base-js.git"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"color"
|
|
],
|
|
"author": "D. Moonfire",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mkdirp": "^3.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@priduck-color-theme/cli": "^0.0.1"
|
|
}
|
|
}
|