odin-simple-dropdown/package.json

21 lines
359 B
JSON

{
"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"
}