odin-simple-dropdown/package.json

21 lines
359 B
JSON
Raw Permalink Normal View History

2024-02-19 10:36:16 +00:00
{
"name": "odin-simple-dropdown",
"version": "1.0.1",
"description": "Simple dropdown menu",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dropdown",
"menu",
"simple",
"js",
"html",
"css",
"theodinproject"
],
"author": "NetMan",
"license": "ISC"
}