tailwind-nord
Version:
A tailwindcss plugin that enables the use of the Nord colour palette
29 lines (28 loc) • 658 B
JSON
{
"name": "tailwind-nord",
"version": "1.3.0",
"description": "A tailwindcss plugin that enables the use of the Nord colour palette",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"package",
"tailwind",
"tailwindcss",
"nord"
],
"homepage": "https://github.com/crumb1e/tailwind-nord",
"files": [
"index.js"
],
"author": "Daniel Crewdson <danielcrewdson@gmail.com>",
"license": "ISC",
"devDependencies": {
"tailwindcss": "^1.9.0 || ^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/crumb1e/tailwind-nord.git"
}
}