forked from wenzhixin/multiple-select
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 977 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
{
"name": "multiple-select",
"main": "jquery.multiple.select.js",
"version": "1.1.0",
"title": "Multiple Select",
"description": "Multiple select is a jQuery plugin to select multiple elements with checkboxes :).",
"author": {
"name": "zhixin wen",
"email": "[email protected]",
"url": "http://wenzhixin.net.cn/"
},
"repository": {
"type": "git",
"url": "git://github.com/wenzhixin/multiple-select.git"
},
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"multiple.select",
"select.list",
"multiple.choose",
"checkbox"
],
"homepage": "http://wenzhixin.net.cn/p/multiple-select/",
"demo": "http://wenzhixin.net.cn/p/multiple-select/#examples",
"bugs": {
"url": "https://github.com/wenzhixin/multiple-select/issues"
},
"docs": "http://wenzhixin.net.cn/p/multiple-select/#documentation",
"download": "https://github.com/wenzhixin/multiple-select/archive/master.zip"
}