25 lines
425 B
JSON
25 lines
425 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|