tailwind-dracula
Version:
A super tiny tailwind plugin that enables the use of the Dracula colour palette.
31 lines (30 loc) • 707 B
JSON
{
"name": "tailwind-dracula",
"version": "1.1.1",
"description": "A super tiny tailwind plugin that enables the use of the Dracula colour palette.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dracula/tailwind.git"
},
"keywords": [
"package",
"tailwind",
"tailwindcss",
"dracula",
"colors",
"theme"
],
"author": "Nick Graffis",
"license": "MIT",
"bugs": {
"url": "https://github.com/dracula/tailwind/issues"
},
"peerDependencies": {
"tailwindcss": "2.x || 3.x || 4.x"
},
"homepage": "https://draculatheme.com/tailwind"
}