-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
31 lines (31 loc) · 975 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "tailwindcss-border-gradient-radius",
"version": "3.0.1",
"description": "Tailwind CSS plugin for generating border gradients with could be used with the rounded utility",
"author": "Sven Batista Steinbach ",
"license": "MIT",
"repository": "https://github.com/batistein/tailwindcss-border-gradient-radius.git",
"bugs": "https://github.com/batistein/tailwindcss-border-gradient-radius/issues",
"homepage": "https://github.com/batistein/tailwindcss-border-gradient-radius",
"keywords": [
"gradient",
"tailwindcss",
"border-image"
],
"scripts": {
"test": "jest",
"release": "f(){ release-it $1 && github-release-from-changelog ;};f"
},
"dependencies": {
"color": "^3.1.2",
"lodash": "^4.17.19"
},
"devDependencies": {
"github-release-from-changelog": "^2.1.1",
"jest": "^26.1.0",
"jest-matcher-css": "^1.1.0",
"release-it": "^14.12.5",
"tailwindcss": "^3.0.23"
},
"main": "index.js"
}