@zedai00/dropdownz
Version:
A simple, reusable JavaScript dropdown toggle module
22 lines (21 loc) • 451 B
JSON
{
"name": "@zedai00/dropdownz",
"version": "1.0.1",
"description": "A simple, reusable JavaScript dropdown toggle module",
"main": "index.js",
"type": "module",
"keywords": [
"dropdown",
"toggle",
"js",
"ui",
"vanilla-js"
],
"author": "Zed (https://github.com/zedai00)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zedai00/dropdownz"
},
"browser": "./src/index.js"
}