-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 953 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
39
40
41
{
"name": "tailwindcss-multi-column",
"version": "1.0.2",
"description": "Multi-Column utilities for Tailwind CSS.",
"keywords": [
"plugin",
"tailwind",
"tailwind css",
"tailwindcss",
"tailwindcss-plugin"
],
"homepage": "https://github.com/hacknug/tailwindcss-multi-column#readme",
"bugs": {
"url": "https://github.com/hacknug/tailwindcss-multi-column/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hacknug/tailwindcss-multi-column.git"
},
"license": "MIT",
"author": {
"name": "Nestor Vera",
"email": "[email protected]",
"url": "https://nestor.rip/"
},
"main": "index.js",
"scripts": {
"dev": "jest --watchAll",
"test": "jest"
},
"dependencies": {
"flat": "^5.0.0",
"lodash": "^4.17.11"
},
"devDependencies": {
"jest": "^29.2.0",
"jest-matcher-css": "^1.0.3",
"postcss": "^8.0.9",
"tailwindcss": "^2.2.0"
}
}