Choices/bower.json
2016-10-28 22:04:49 +01:00

27 lines
534 B
JSON

{
"name": "choices.js",
"version": "2.4.1",
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./assets/scripts/dist/choices.js",
"./assets/styles/css/choices.css"
],
"authors": [
"Josh Johnson"
],
"license": "MIT",
"homepage": "https://joshuajohnson.co.uk/Choices/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"assets/images",
"webpack.config.dev.js",
"webpack.config.prod.js",
"server.js"
]
}