modern-css-reset/package.json
2019-10-01 15:26:55 +01:00

23 lines
650 B
JSON

{
"name": "modern-css-reset",
"version": "1.0.2",
"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": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hankchizljaw/modern-css-reset/issues"
},
"homepage": "https://github.com/hankchizljaw/modern-css-reset#readme",
"dependencies": {
"uglifycss": "0.0.29"
}
}