my-drop-down-menu
Version:
A reusable drop down menu
28 lines (27 loc) • 648 B
JSON
{
"name": "my-drop-down-menu",
"version": "1.0.0",
"description": "A reusable drop down menu",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/invisibleopey/drop-down-menu.git"
},
"keywords": [
"Drop",
"Down",
"Menu"
],
"author": "Muritala Abdullahi",
"license": "ISC",
"bugs": {
"url": "https://github.com/invisibleopey/drop-down-menu/issues"
},
"homepage": "https://github.com/invisibleopey/drop-down-menu#readme",
"dependencies": {
"eslint-config-airbnb-base": "^14.2.1"
}
}