29 lines
854 B
JSON
29 lines
854 B
JSON
{
|
|
"name": "@punkfairie/modern-css-reset",
|
|
"version": "1.0.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/punkfairie/modern-css-reset.git"
|
|
},
|
|
"keywords": [
|
|
"css reset",
|
|
"modern css reset"
|
|
],
|
|
"author": "Marley Rae <marleyrae@protonmail.com> (https://punkfairie.net)",
|
|
"contributors": [
|
|
"Andy Bell <me@andy-bell.design> (https://hankchizljaw.com)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/punkfairie/modern-css-reset/issues"
|
|
},
|
|
"homepage": "https://github.com/punkfairie/modern-css-reset#readme",
|
|
"devDependencies": {
|
|
"uglifycss": "0.0.29"
|
|
}
|
|
}
|