hjg
2023-10-16 a92547a2e458ca159b4877fb901f27227b941acf
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
34
35
36
37
{
  "name": "multi-select",
  "title": "multiselect",
  "description": "This is a user-friendlier drop-in replacement for the standard <select> with multiple attribute activated.",
  "keywords": [
    "multiselect",
    "select",
    "multiple",
    "form"
  ],
  "version": "0.9.8",
  "author": {
    "name": "lou",
    "email" : "louiscuny@gmail.com",
    "url": "https://github.com/lou"
  },
  "maintainers": [
    {
      "name": "Louis CUNY",
      "email": "louiscuny@gmail.com",
      "url": "https://github.com/lou"
    }
  ],
  "licenses": [
    {
      "type": "wtfpl",
      "url": "http://sam.zoy.org/wtfpl/COPYING"
    }
  ],
  "bugs": "https://github.com/lou/multi-select/issues",
  "homepage": "http://loudev.com/",
  "docs": "http://loudev.com/",
  "download": "https://github.com/lou/multi-select/archive/master.zip",
  "dependencies": {
    "jquery": ">= 1.8"
  }
}