PluginProbe
Property Hive / 2.3.0
Property Hive v2.3.0
2.3.0 2.2.6 2.2.5 2.2.4 2.2.3 2.2.2 1.4.46 1.4.47 1.4.48 1.4.49 1.4.5 1.4.50 1.4.51 1.4.52 1.4.53 1.4.54 1.4.55 1.4.56 1.4.57 1.4.58 1.4.59 1.4.6 1.4.60 1.4.61 1.4.62 All 260 releases
propertyhive / assets / js / multiselect / package.json

package.json in Property Hive 2.3.0, at assets/js/multiselect/package.json

25 lines 665 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "@nobleclem/jquery-multiselect",
3 "description": "Turn a multiselect list into a nice and easy to use list with checkboxes",
4 "author": {
5 "name": "Patrick Springstubbe",
6 "url" : "http://springstubbe.us"
7 },
8 "version": "2.4.18",
9 "main": "jquery.multiselect.js",
10 "license": "MIT",
11 "keywords": [
12 "jquery",
13 "MultiSelect",
14 "CheckBox"
15 ],
16 "homepage": "https://github.com/nobleclem/jQuery-MultiSelect",
17 "repository": {
18 "type": "git",
19 "url" : "https://github.com/nobleclem/jQuery-MultiSelect.git"
20 },
21 "peerDependencies": {
22 "jquery": ">=1.11.0"
23 }
24 }
25