UNPKG

dropdownizer

Version:

Converts HTML <select> elements into customizable dropdowns.

39 lines (38 loc) 1.26 kB
{ "name": "dropdownizer", "description": "Converts HTML <select> elements into customizable dropdowns.", "main": "dist/Dropdownizer.js", "scripts": { "prepare": "npm run dist -s", "dist": "npm run lint -s && npm run babel -s && npm run minify -s && npm run preamble -s", "lint": "eslint src/", "babel": "babel src/ -o dist/Dropdownizer.js", "minify": "uglifyjs dist/Dropdownizer.js -mco dist/Dropdownizer.min.js", "preamble": "preamble -p \"/*github.com/Grafluxe/dropdownizer*/\n\" -o ./dist/Dropdownizer.min.js", "doc": "jsdoc -c .jsdocrc", "watch": "chokidar src/Dropdownizer.js -c 'npm run babel' --initial", "changelog": "git-to-changelog" }, "author": "Leandro Silva (http://grafluxe.com)", "homepage": "https://github.com/Grafluxe/dropdownizer", "version": "1.5.2", "license": "MIT", "repository": "Grafluxe/dropdownizer.git", "keywords": [ "Select", "Dropdown", "Option", "HTML" ], "devDependencies": { "babel-cli": "^6.18.0", "babel-preset-es2015": "^6.18.0", "boxy-jsdoc-template": "^2.0.2", "chokidar-cli": "^1.2.0", "eslint": "^4.14.0", "git-to-changelog": "^1.2.1", "jsdoc": "^3.4.3", "preamble-cli": "^1.0.0", "uglify-js": "^3.3.4" } }