priduck-color-theme-cli-js/package.json

23 lines
519 B
JSON
Raw Normal View History

{
"name": "@priduck-color-theme/base",
"version": "0.0.0",
"description": "A color-theme based on a single hue in the LCH colorspace.",
"main": "dist/index.js",
"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"
}
}