-
-
Notifications
You must be signed in to change notification settings - Fork 651
Expand file tree
/
Copy pathbower.json
More file actions
25 lines (25 loc) · 599 Bytes
/
bower.json
File metadata and controls
25 lines (25 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "multiple-select",
"homepage": "https://github.com/wenzhixin/multiple-select",
"authors": [
"zhixin <wenzhixin2010@gmail.com>"
],
"description": "A jQuery plugin to select multiple elements with checkboxes :)",
"main": [
"dist/multiple-select.min.css",
"dist/multiple-select.min.js"
],
"keywords": [
"multiple.select",
"select.list",
"multiple.choose",
"checkbox"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs"
]
}