Choices/bower.json

31 lines
566 B
JSON

{
"name": "choices.js",
"version": "3.0.2",
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./public/assets/scripts/choices.min.js",
"./public/assets/styles/choices.min.css"
],
"authors": [
"Josh Johnson"
],
"license": "MIT",
"homepage": "https://joshuajohnson.co.uk/Choices/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"cypress",
"tests"
],
"keywords": [
"customisable",
"input",
"select",
"vanilla",
"plugin",
"js"
]
}