bower.json in Property Hive 1.4.59, at assets/js/multiselect/bower.json
| 1 | { |
| 2 | "author": "nobleclem", |
| 3 | "name": "jQuery-MultiSelect", |
| 4 | "description": "Turn a multiselect list into a nice and easy to use list with checkboxes", |
| 5 | "version": "2.4.18", |
| 6 | "main": [ |
| 7 | "jquery.multiselect.js", |
| 8 | "jquery.multiselect.css" |
| 9 | ], |
| 10 | "license": "MIT", |
| 11 | "authors": [ |
| 12 | "nobleclem" |
| 13 | ], |
| 14 | "moduleType": [], |
| 15 | "keywords": [ |
| 16 | "jquery", |
| 17 | "MultiSelect", |
| 18 | "CheckBox" |
| 19 | ], |
| 20 | "homepage": "https://github.com/nobleclem/jQuery-MultiSelect", |
| 21 | "ignore": [ |
| 22 | "*/.", |
| 23 | "node_modules", |
| 24 | "bower_components", |
| 25 | "test", |
| 26 | "tests" |
| 27 | ] |
| 28 | } |
| 29 |