ui-dropdown
Version:
A custom dropdown element
30 lines (29 loc) • 704 B
JSON
{
"name": "ui-dropdown",
"version": "1.1.1",
"description": "A custom dropdown element",
"main": "./element/controller.js",
"scripts": {
"test": "./node_modules/http-server/bin/http-server",
"start": "npm install; npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoseBarrios/ui-dropdown.git"
},
"keywords": [
"custom",
"dropdown",
"element"
],
"browser": "browser.js",
"author": "JoseBarrios",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/JoseBarrios/ui-dropdown/issues"
},
"homepage": "https://github.com/JoseBarrios/ui-dropdown#readme",
"devDependencies": {
"http-server": "^0.10.0"
}
}