popover-css-inspector
Version:
Displays CSS attributes of elements in a Bootstrap popover. Ideal for design systems and style guides.
47 lines (46 loc) • 1.57 kB
JSON
{
"name": "popover-css-inspector",
"version": "1.0.0-beta15",
"description": "Displays CSS attributes of elements in a Bootstrap popover. Ideal for design systems and style guides.",
"keywords": [
"bootstrap",
"style",
"inspector"
],
"homepage": "https://coliff.github.io/popover-css-inspector/",
"bugs": {
"url": "https://github.com/coliff/popover-css-inspector/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coliff/popover-css-inspector.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/coliff"
},
"license": "MIT",
"author": "Christian Oliff (https://christianoliff.com)",
"main": "popover-css-inspector.min.js",
"files": [
"js/*.js"
],
"scripts": {
"build": "npm run prettier && npm run lint-js && npm run minify",
"lint-html": "npx htmlhint index.html",
"lint-js": "eslint js/popover-css-inspector.js --fix",
"lint-markdown": "npx markdownlint-cli .",
"minify": "terser --ecma 5 --keep-classnames --keep-fnames --compress --mangle --output js/popover-css-inspector.min.js -- js/popover-css-inspector.js",
"pa11y": "npx pa11y https://coliff.github.io/popover-css-inspector/",
"prettier": "prettier --write \"**/*.{html,js,json,md,yml}\"",
"spellcheck": "npx cspell \"*.*\" --no-progress",
"test": "npm run lint-js",
"update-deps": "npx npm-check-updates"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"prettier": "3.3.2",
"terser": "5.31.1"
}
}