Choices/bower.json

34 lines
635 B
JSON
Raw Normal View History

2016-09-12 08:42:27 +02:00
{
"name": "choices.js",
2017-01-01 14:15:13 +01:00
"version": "2.5.2",
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",
2016-10-28 23:02:01 +02:00
"tests",
"assets/images",
"webpack.config.dev.js",
"webpack.config.prod.js",
"server.js"
2016-11-01 10:17:48 +01:00
],
"keywords": [
"customisable",
"input",
"select",
"vanilla",
"plugin",
"js"
2016-09-12 08:42:27 +02:00
]
}