Choices/bower.json
2017-05-09 09:09:58 +01:00

30 lines
538 B
JSON

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