UNPKG

native-select-dropdown

Version:

A select-dropdown to replace the vanilla select element and its options.

40 lines 1.01 kB
{ "name": "native-select-dropdown", "version": "0.2.8", "description": "A select-dropdown to replace the vanilla select element and its options.", "main": "src/select-dropdown.js", "scripts": { "start:dev": "webpack serve", "cypress:open": "cypress open" }, "keywords": [ "select", "dropdown", "option", "select-dropdown", "select-option", "custom-element", "html" ], "author": "LaNsHoR <lanshor@gmail.com>", "license": "MIT", "devDependencies": { "@cypress/webpack-dev-server": "^1.8.0", "cypress": "^9.2.1", "webpack": "^5.66.0", "webpack-cli": "^4.9.1", "webpack-dev-server": "^4.7.3" }, "directories": { "test": "tests" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/LaNsHoR/native-select-dropdown.git" }, "bugs": { "url": "https://github.com/LaNsHoR/native-select-dropdown/issues" }, "homepage": "https://github.com/LaNsHoR/native-select-dropdown/#readme" }