| 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 |
|