Added bower.json file

This commit is contained in:
Agris Ameriks 2016-09-12 09:42:27 +03:00
parent ca3e4af079
commit 4a2abae64e

21
bower.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "choices.js",
"description": "A vanilla JS customisable text input/select box plugin",
"main": [
"./assets/scripts/dist/choices.js",
"./assets/styles/css/base.css"
],
"authors": [
"Josh Johnson"
],
"license": "MIT",
"homepage": "https://joshuajohnson.co.uk/Choices/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}