# propertyhive/2.2.4/assets/js/multiselect/package.json

Property Hive, version 2.2.4. 25 lines.

- Page: https://pluginprobe.com/plugins/propertyhive/2.2.4/code/assets/js/multiselect/package.json
- Raw: https://pluginprobe.com/plugins/propertyhive/2.2.4/raw/assets/js/multiselect/package.json
- Modified: 2020-02-24T11:44:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/propertyhive/2.2.4/code/assets/js/multiselect/package.json#L10-L20`.

```json
{
    "name": "@nobleclem/jquery-multiselect",
    "description": "Turn a multiselect list into a nice and easy to use list with checkboxes",
    "author": {
        "name": "Patrick Springstubbe",
        "url" : "http://springstubbe.us"
    },
    "version": "2.4.18",
    "main": "jquery.multiselect.js",
    "license": "MIT",
    "keywords": [
        "jquery",
        "MultiSelect",
        "CheckBox"
    ],
    "homepage": "https://github.com/nobleclem/jQuery-MultiSelect",
    "repository": {
        "type": "git",
        "url" : "https://github.com/nobleclem/jQuery-MultiSelect.git"
    },
    "peerDependencies": {
        "jquery": ">=1.11.0"
    }
}

```
