Choices/bower.json

22 lines
415 B
JSON
Raw Normal View History

2016-09-12 08:42:27 +02:00
{
"name": "choices.js",
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./assets/scripts/dist/choices.js",
2016-09-12 19:38:05 +02:00
"./assets/styles/css/choices.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",
"tests"
]
}