-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 907 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
{
"name": "tailwindcss-aspect-ratio",
"version": "3.0.0",
"description": "Tailwind CSS plugin to generate aspect ratio utilities",
"repository": {
"type": "git",
"url": "git+https://github.com/webdna/tailwindcss-aspect-ratio.git"
},
"keywords": [
"tailwind",
"tailwindcss",
"plugin",
"tailwindcss-plugin"
],
"author": "webdna",
"license": "MIT",
"bugs": "https://github.com/webdna/tailwindcss-aspect-ratio/issues",
"homepage": "https://github.com/webdna/tailwindcss-aspect-ratio",
"scripts": {
"test": "jest",
"release": "f(){ release-it $1 && github-release-from-changelog ;};f"
},
"devDependencies": {
"github-release-from-changelog": "^2.1.1",
"jest": "^26.1.0",
"jest-matcher-css": "^1.1.0",
"postcss": "^7.0.32",
"release-it": "^13.6.5",
"tailwindcss": "^1.5.1"
},
"dependencies": {
"lodash": "^4.17.19"
}
}