@browser.style/auto-suggest
Version:
Auto-suggest component for browser.style
42 lines (41 loc) • 922 B
JSON
{
"name": "@browser.style/auto-suggest",
"version": "1.0.16",
"description": "Auto-suggest component for browser.style",
"type": "module",
"module": "index.js",
"exports": {
".": {
"import": "./index.js",
"style": "./index.css"
},
"./style": "./index.css"
},
"files": [
"index.js",
"index.css"
],
"dependencies": {
"@browser.style/common": "^1.0.1"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"browser.style",
"web-components",
"auto-suggest"
],
"author": "Mads Stoumann",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/madsstoumann/browser-style.git",
"directory": "ui/auto-suggest"
},
"bugs": {
"url": "https://github.com/madsstoumann/browser-style/issues"
},
"homepage": "https://browser.style/ui/auto-suggest"
}