modern-css-reset/package.json
2021-01-18 10:45:18 +00:00

26 lines
754 B
JSON

{
"name": "modern-css-reset",
"version": "1.4.0",
"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",
"url": "git+https://github.com/hankchizljaw/modern-css-reset.git"
},
"keywords": [
"css reset",
"modern css reset"
],
"author": "Andy Bell <me@andy-bell.design> (https://hankchizljaw.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hankchizljaw/modern-css-reset/issues"
},
"homepage": "https://github.com/hankchizljaw/modern-css-reset#readme",
"devDependencies": {
"uglifycss": "0.0.29"
}
}