-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 885 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 885 Bytes
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
{
"name": "@dead404code/tailwind-remove-base-border-box",
"version": "1.0.0-Patch",
"description": "A Tailwind CSS plugin to remove initial box-sizing and border styles.",
"keywords": [
"tailwind",
"tailwindcss",
"plugin",
"border-box",
"box-sizing",
"borderBox",
"boxSizing"
],
"homepage": "https://github.com/DeadCodeGames/tailwind-FuckOffBorderBox#readme",
"bugs": {
"url": "https://github.com/DeadCodeGames/tailwind-FuckOffBorderBox/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DeadCodeGames/tailwind-FuckOffBorderBox.git"
},
"license": "WTFPL",
"author": "Richard Kanshen @ DeadCodeGames <kanshen@mail.deadcode.is-a.dev> (https://deadcode.is-a.dev)",
"type": "commonjs",
"main": "RemoveBaseBorderBox.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}