color-elements
Version:
A set of web components for working with color. A Color.js project.
53 lines • 1.52 kB
JSON
{
"name": "color-elements",
"version": "0.0.4",
"description": "A set of web components for working with color. A Color.js project.",
"main": "index.js",
"type": "module",
"scripts": {
"eslint": "npx eslint .",
"eslint:fix": "npx eslint . --fix",
"prebuild": "node _build/copy-config.js",
"build": "npm run build:html",
"watch": "run-p watch:*",
"prepack": "npm run build",
"release": "release-it",
"test": "echo \"Error: no test specified\" && exit 1",
"build:html": "npx @11ty/eleventy --config=_build/eleventy.js",
"serve": "npx @11ty/eleventy --config=_build/eleventy.js --serve",
"watch:html": "npx @11ty/eleventy --config=_build/eleventy.js --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/color-js/elements.git"
},
"keywords": [
"color",
"color.js",
"web components"
],
"author": "Lea Verou",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/color"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/color-js/elements/issues"
},
"homepage": "https://github.com/color-js/elements#readme",
"dependencies": {
"@11ty/eleventy": "^3.1.2",
"colorjs.io": "^0.5.0",
"nude-element": "latest"
},
"devDependencies": {
"@stylistic/eslint-plugin": "latest",
"eslint": "latest",
"globals": "latest",
"markdown-it-anchor": "^8",
"markdown-it-attrs": "^4.1.6",
"npm-run-all": "^4.1.5",
"release-it": "^17.2.0"
}
}