Choices/bower.json

30 lines
538 B
JSON
Raw Normal View History

2016-09-12 08:42:27 +02:00
{
"name": "choices.js",
2017-06-29 09:42:16 +02:00
"version": "2.8.6",
2016-09-12 08:42:27 +02:00
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
2016-11-01 10:17:48 +01:00
"./assets/scripts/dist/choices.js",
"./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",
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
]
}