From 4a2abae64e8f1e9770b0facde75fe7b8582f3d7e Mon Sep 17 00:00:00 2001 From: Agris Ameriks Date: Mon, 12 Sep 2016 09:42:27 +0300 Subject: [PATCH] Added bower.json file --- bower.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..e8899b7 --- /dev/null +++ b/bower.json @@ -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" + ] +} +