json-dropdown-tools
Version:
A tool to generate dropdown menus from JSON as HTML or JS modules
30 lines (29 loc) • 654 B
JSON
{
"name": "json-dropdown-tools",
"version": "1.0.0",
"description": "A tool to generate dropdown menus from JSON as HTML or JS modules",
"type": "module",
"main": "menu-tools.js",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [
"dropdown",
"menu",
"json",
"html",
"js",
"generator",
"esmodule",
"dynamic-menu"
],
"author": "CasuallyDreamin",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CasuallyDreamin/odin-dropdown.git"
},
"homepage": "https://github.com/CasuallyDreamin/odin-dropdown",
"dependencies": {}
}