odin-simple-mobile-menu/package.json

25 lines
425 B
JSON
Raw Normal View History

2024-02-19 10:37:52 +00:00
{
"name": "odin-simple-mobile-menu",
"version": "1.0.0",
"description": "Simple mobile menu",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mobile",
"hamburger",
"menu",
"simple",
"js",
"html",
"css",
"theodinproject"
],
"author": "NetMan",
"license": "ISC",
"dependencies": {
"lucide": "^0.331.0"
}
}