modern-css-reset/package.json

27 lines
754 B
JSON
Raw Normal View History

2019-10-01 06:08:06 -07:00
{
"name": "modern-css-reset",
2020-11-06 09:08:48 -08:00
"version": "1.2.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",
"url": "git+https://github.com/hankchizljaw/modern-css-reset.git"
},
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"
],
"author": "Andy Bell <me@andy-bell.design> (https://hankchizljaw.com)",
2019-10-01 06:08:06 -07:00
"license": "MIT",
"bugs": {
"url": "https://github.com/hankchizljaw/modern-css-reset/issues"
},
"homepage": "https://github.com/hankchizljaw/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"
}
}