{
  "name": "@jeclark/css-reset",
  "version": "1.0.4",
  "description": "Minimal CSS reset for modern needs",
  "main": "reset.css",
  "files": [
    "reset.css",
    "reset.min.css"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "postcss reset.css > reset.min.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/j-e-clark/css-reset.git"
  },
  "keywords": [
    "CSS",
    "reset"
  ],
  "author": "James Clark <james@jeclark.co.uk>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/j-e-clark/css-reset/issues"
  },
  "homepage": "https://github.com/j-e-clark/css-reset#readme",
  "devDependencies": {
    "cssnano": "^5.1.12",
    "postcss-cli": "^10.0.0"
  }
}
