UNPKG

@greenweb/gaw-info-bar

Version:

Web component for providing context and user control of grid-aware websites.

45 lines (44 loc) 973 B
{ "name": "@greenweb/gaw-info-bar", "version": "1.2.1", "type": "module", "description": "Web component for providing context and user control of grid-aware websites.", "main": "dist/gaw-info-bar.cjs", "module": "dist/gaw-info-bar.js", "exports": { ".": { "import": "./dist/gaw-info-bar.js" } }, "files": [ "dist", "LICENSE", "README.md" ], "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "echo \"No tests specified\" && exit 0", "prepublishOnly": "npm run build" }, "dependencies": { "lit": "^3.3.0" }, "devDependencies": { "vite": "^6.3.5" }, "keywords": [ "web-components", "custom-elements", "green-web", "sustainability", "grid-aware" ], "author": "The Green Web Foundation", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/thegreenwebfoundation/gaw-web-component" } }