forked from harvesthq/chosen-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@tosbourn/chosen",
"version": "1.8.8",
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
"keywords": [
"select",
"multiselect",
"dropdown",
"form",
"input",
"ui"
],
"homepage": "https://harvesthq.github.io/chosen/",
"bugs": {
"url": "https://github.com/harvesthq/chosen/issues"
},
"license": "MIT",
"contributors": [
"Patrick Filler (https://github.com/pfiller)",
"Christophe Coevoet (https://github.com/stof)",
"Ken Earley (https://github.com/kenearley)",
"Koen Punt (https://github.com/koenpunt)"
],
"dependencies": {},
"files": [
"chosen.jquery.js",
"chosen.jquery.min.js",
"chosen.proto.js",
"chosen.proto.min.js",
"chosen.css",
"chosen.min.css",
"chosen-sprite.png"
],
"main": "chosen.jquery.js",
"repository": {
"type": "git",
"url": "git+https://github.com/harvesthq/chosen.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": ""
}