{ "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 (https://punkfairie.net)", "contributors": [ "Andy Bell (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" } }