-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"name": "slightly-better-css",
"version": "1.0.2",
"description": "A webpage without any CSS is slightly too ugly, libraries like Bootstrap are way too heavy, and you have too much taste to use the other CSS libraries out there. Slightly Better CSS is a small, simple stylesheet for any project that needs to look just a little bit better.",
"main": "dist/slightly-better.min.css",
"files": [
"dist"
],
"keywords": [
"css",
"library",
"design",
"stylesheet"
],
"author": "printer_scanner",
"url": "https://printerscanner.net",
"license": "MIT",
"homepage": "https://printerscanner.github.io/slightly-better-css/",
"repository": {
"type": "git",
"url": "https://github.com/printerscanner/slightly-better-css.git"
},
"scripts": {
"build:css": "postcss slightly-better.css -o dist/slightly-better.min.css"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0"
},
"dependencies": {
"user": "^0.0.0"
}
}