Choices/bower.json

31 lines
566 B
JSON
Raw Normal View History

2016-09-12 08:42:27 +02:00
{
"name": "choices.js",
2017-08-03 17:16:08 +02:00
"version": "3.0.2",
2016-09-12 08:42:27 +02:00
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./public/assets/scripts/choices.min.js",
"./public/assets/styles/choices.min.css"
2016-09-12 08:42:27 +02:00
],
"authors": [
"Josh Johnson"
],
"license": "MIT",
"homepage": "https://joshuajohnson.co.uk/Choices/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"cypress",
2017-01-09 21:33:00 +01:00
"tests"
2016-11-01 10:17:48 +01:00
],
"keywords": [
"customisable",
"input",
"select",
"vanilla",
"plugin",
"js"
2016-09-12 08:42:27 +02:00
]
}