forked from benface/tailwindcss-gradients
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 841 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
{
"name": "tailwindcss-gradients",
"version": "1.1.0",
"description": "Tailwind CSS plugin to generate gradient background utilities",
"author": "Benoît Rouleau <[email protected]>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/benface/tailwindcss-gradients.git"
},
"bugs": "https://github.com/benface/tailwindcss-gradients/issues",
"homepage": "https://github.com/benface/tailwindcss-gradients",
"scripts": {
"test": "jest",
"release": "f(){ release-it $1 && github-release-from-changelog ;};f"
},
"dependencies": {
"lodash": "^4.17.10"
},
"devDependencies": {
"github-release-from-changelog": "^1.3.2",
"jest": "^23.6.0",
"jest-matcher-css": "^1.0.3",
"postcss": "^7.0.5",
"release-it": "^7.6.2",
"tailwindcss": "^0.7.0"
}
}