{
  "_from": "@djthoms/pretty-checkbox@^3.1.0",
  "_id": "@djthoms/pretty-checkbox@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-SToPkvm98m5GtHtwAQe5aJD0P5gSRj3HCuQaQKuYmLIAsXIb3/6WH08p9PPp1svDoJwvnGw4EZo3cQD6Hu4TFQ==",
  "_location": "/@djthoms/pretty-checkbox",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@djthoms/pretty-checkbox@^3.1.0",
    "name": "@djthoms/pretty-checkbox",
    "escapedName": "@djthoms%2fpretty-checkbox",
    "scope": "@djthoms",
    "rawSpec": "^3.1.0",
    "saveSpec": null,
    "fetchSpec": "^3.1.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@djthoms/pretty-checkbox/-/pretty-checkbox-3.1.0.tgz",
  "_shasum": "bc1d70533ec662b1f9bb372be17a970373c7f074",
  "_spec": "@djthoms/pretty-checkbox@^3.1.0",
  "_where": "/var/www/justnowapp",
  "author": {
    "name": "Lokesh Rajendran"
  },
  "browserslist": [
    "> 5%",
    "last 4 versions"
  ],
  "bugs": {
    "url": "https://github.com/atomicpages/pretty-checkbox/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A pure css library to beautify checkbox and radio buttons.",
  "devDependencies": {
    "@djthoms/prettier-config": "^2.0.0",
    "del": "^5.0.0",
    "del-cli": "^3.0.1",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.0",
    "gulp-clean-css": "^4.0.0",
    "gulp-header-comment": "^0.8.0",
    "gulp-rename": "^2.0.0",
    "gulp-sass": "^4.1.0",
    "gulp-sourcemaps": "^2.6.1",
    "gulp-stylelint": "^13.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.0.5",
    "sass": "^1.26.10",
    "stylelint": "^13.6.1",
    "stylelint-config-recommended": "^3.0.0",
    "stylelint-config-recommended-scss": "^4.2.0",
    "stylelint-scss": "^3.18.0"
  },
  "homepage": "https://pretty-checkbox.netlify.app/",
  "keywords": [
    "checkbox",
    "radio",
    "bootstrap",
    "fonticon",
    "icon",
    "svg",
    "switch",
    "toggle",
    "sass",
    "css3",
    "animation",
    "pretty",
    "check",
    "colors"
  ],
  "license": "MIT",
  "main": "dist/pretty-checkbox.min.css",
  "maintainers": [
    {
      "name": "Dennis Thompson"
    }
  ],
  "name": "@djthoms/pretty-checkbox",
  "prettier": "@djthoms/prettier-config",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/atomicpages/pretty-checkbox.git",
    "link": "https://github.com/atomicpages/pretty-checkbox"
  },
  "scripts": {
    "build": "gulp build",
    "clean": "del dist/",
    "fix:scss": "npm run lint -- --fix",
    "lint": "stylelint 'src/**/*.scss'",
    "posttest": "del test/pretty-checkbox.css",
    "prebuild": "npm-run-all -p clean lint",
    "pretest": "npm run build && cp dist/pretty-checkbox.css test/."
  },
  "version": "3.1.0"
}
