modern-css-reset/package.json

30 lines
854 B
JSON
Raw Permalink Normal View History

2019-10-01 06:08:06 -07:00
{
2023-06-19 18:03:55 -07:00
"name": "@punkfairie/modern-css-reset",
"version": "1.0.0",
2019-10-01 06:08:06 -07:00
"description": "A bare-bones CSS reset for modern web development",
"main": "./dist/reset.min.css",
"scripts": {
"build": "uglifycss src/reset.css > dist/reset.min.css && cp src/reset.css dist/reset.css"
},
"repository": {
"type": "git",
2023-06-19 18:03:55 -07:00
"url": "git+https://github.com/punkfairie/modern-css-reset.git"
2019-10-01 06:08:06 -07:00
},
2020-01-23 11:37:39 -08:00
"keywords": [
2020-02-03 13:30:44 -08:00
"css reset",
2020-01-23 11:37:39 -08:00
"modern css reset"
],
2023-06-19 18:03:55 -07:00
"author": "Marley Rae <marleyrae@protonmail.com> (https://punkfairie.net)",
"contributors": [
"Andy Bell <me@andy-bell.design> (https://hankchizljaw.com)"
],
2019-10-01 06:08:06 -07:00
"license": "MIT",
"bugs": {
2023-06-19 18:03:55 -07:00
"url": "https://github.com/punkfairie/modern-css-reset/issues"
2019-10-01 06:08:06 -07:00
},
2023-06-19 18:03:55 -07:00
"homepage": "https://github.com/punkfairie/modern-css-reset#readme",
2019-10-01 13:42:56 -07:00
"devDependencies": {
2019-10-01 06:08:06 -07:00
"uglifycss": "0.0.29"
}
}