UNPKG

635 BJSONView Raw
1{
2 "name": "multiple-select",
3 "homepage": "https://github.com/wenzhixin/multiple-select",
4 "authors": [
5 "zhixin <wenzhixin2010@gmail.com>"
6 ],
7 "description": "A jQuery plugin to select multiple elements with checkboxes :)",
8 "main": [
9 "dist/multiple-select.min.css",
10 "dist/multiple-select.min.js",
11 "dist/multiple-select.png"
12 ],
13 "keywords": [
14 "multiple.select",
15 "select.list",
16 "multiple.choose",
17 "checkbox"
18 ],
19 "license": "MIT",
20 "ignore": [
21 "**/.*",
22 "node_modules",
23 "bower_components",
24 "docs"
25 ]
26}