{
  "name": "1bit-ui",
  "version": "0.18.1",
  "description": "CSS library for making 1-bit UIs",
  "browser": "dist/1bit-ui.css",
  "files": [],
  "scripts": {
    "upgrade": "npm-check -u",
    "start": "serve src",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepack": "node bin/build.js",
    "postversion": "git push --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wavebeem/1bit-ui.git"
  },
  "keywords": [
    "css",
    "front-end",
    "framework",
    "web"
  ],
  "author": "Brian Mock <brian@mockbrian.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wavebeem/1bit-ui/issues"
  },
  "homepage": "https://github.com/wavebeem/1bit-ui#readme",
  "devDependencies": {
    "npm-check": "^5.9.2",
    "prettier": "^2.0.4",
    "serve": "^11.3.2",
    "shelljs": "^0.8.3"
  }
}
