-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 929 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
32
33
34
35
36
37
38
{
"name": "tailwindcss-border-gradients",
"version": "2.0.3",
"description": "Tailwind CSS plugin to generate border image gradient utilities",
"author": "Cosmin Popovici [@cossssmin]",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cossssmin/tailwindcss-border-gradients.git"
},
"bugs": "https://github.com/cossssmin/tailwindcss-border-gradients/issues",
"homepage": "https://github.com/cossssmin/tailwindcss-border-gradients",
"keywords": [
"border-image",
"gradient",
"tailwindcss"
],
"scripts": {
"test": "jest",
"release": "release-it"
},
"dependencies": {
"color": "^4.2.3",
"lodash": "^4.17.11"
},
"devDependencies": {
"jest": "^26.0.1",
"jest-matcher-css": "^1.0.3",
"postcss": "^8.1.1",
"release-it": "*",
"tailwindcss": "^1.0.2"
},
"release-it": {
"github": {
"release": true
}
}
}