UNPKG

auto-resize-custom-select

Version:

Auto resize drop-down select elements to match the width of the selected option and customize it with CSS

43 lines (42 loc) 1.32 kB
{ "name": "auto-resize-custom-select", "version": "0.3.1", "description": "Auto resize drop-down select elements to match the width of the selected option and customize it with CSS", "main": "src/customSelect.js", "module": "dist/customSelect.js", "unpkg": "dist/customSelect.min.js", "browser": "dist/customSelect.min.js", "scripts": { "clean": "rm -rf dist/*", "build": "npm run clean && gulp", "docs": "gulp docs", "version": "npm run build && npm run docs && git add -A dist/ && git add -A docs/", "postversion": "git push && git push --tags && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/alterebro/auto-resize-custom-select.git" }, "keywords": [ "select", "dropdown", "custom", "autoresize" ], "author": "Jorge Moreno @alterebro (https://moro.es)", "license": "MIT", "bugs": { "url": "https://github.com/alterebro/auto-resize-custom-select/issues" }, "homepage": "https://github.com/alterebro/auto-resize-custom-select#readme", "devDependencies": { "@babel/core": "^7.12.13", "@babel/preset-env": "^7.12.13", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-markdown": "^5.1.0", "gulp-rename": "^2.0.0", "gulp-uglify": "^3.0.2", "gulp-wrapper": "^1.0.0" } }