vue-palette-builder
Version:
A palette builder made with vue and tailwind
26 lines (25 loc) • 592 B
JSON
{
"name": "vue-palette-builder",
"version": "1.0.4",
"description": "A palette builder made with vue and tailwind",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Palette",
"Picker",
"Colorpicker",
"Color",
"Vue",
"Tailwind"
],
"homepage": "https://alexharris.online/vue-palette-builder/",
"author": "Alex Harris",
"bugs": "https://github.com/alexharris/vue-palette-builder/issues",
"license": "ISC",
"dependencies": {
"tailwindcss": "^1.1.3",
"vue-color": "^2.7.0"
}
}