From 1743b60081269cd78605452ea1cacbbf73d6cc2c Mon Sep 17 00:00:00 2001 From: henrisusanto Date: Thu, 21 Jul 2016 10:44:31 +0700 Subject: [PATCH] Create bower.json to support wiredep --- bower.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..c390b5a --- /dev/null +++ b/bower.json @@ -0,0 +1,39 @@ +{ + "name": "ajax-chosen", + "description": "", + "version": "0.2.0", + "main": [ + "lib/ajax-chosen.js" + ], + "license": [ + { + "type": "MIT", + "url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md" + } + ], + "ignore": [], + "keywords": [ + "select", + "multiselect", + "dropdown", + "form", + "input", + "ui" + ], + "authors": [ + { + "name": "Ryan LeFevre", + "url": "https://github.com/meltingice" + } + ], + "homepage": "http://dev.meltingice.net/ajax-chosen", + "repository": { + "type": "git", + "url": "https://github.com/meltingice/ajax-chosen" + }, + "dependencies": { + "jquery": ">=1.4.4", + "chosen": ">=1.4.2" + }, + "devDependencies": [] +}