Choices/bower.json

27 lines
534 B
JSON
Raw Normal View History

2016-09-12 08:42:27 +02:00
{
"name": "choices.js",
2016-10-28 23:04:49 +02:00
"version": "2.4.1",
2016-09-12 08:42:27 +02:00
"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",
2016-10-28 23:02:01 +02:00
"tests",
"assets/images",
"webpack.config.dev.js",
"webpack.config.prod.js",
"server.js"
2016-09-12 08:42:27 +02:00
]
}