UNPKG

599 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 ],
12 "keywords": [
13 "multiple.select",
14 "select.list",
15 "multiple.choose",
16 "checkbox"
17 ],
18 "license": "MIT",
19 "ignore": [
20 "**/.*",
21 "node_modules",
22 "bower_components",
23 "docs"
24 ]
25}