forked from harvesthq/chosen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.13 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"author": "harvest",
"name": "chosen",
"version": "1.8.7",
"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"
],
"repository": {
"type": "git",
"url": "https://github.com/harvesthq/chosen.git"
},
"engines": {
"node": ">=4"
},
"scripts": {
"build": "grunt build",
"test": "grunt test"
},
"dependencies": {
},
"devDependencies": {
"autoprefixer": "*",
"coffeescript": "*",
"grunt": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "*",
"grunt-contrib-jasmine": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-gh-pages": "*",
"@lodder/grunt-postcss": "*",
"grunt-sass": "*",
"grunt-zip": "*",
"grunt1.0-dom-munger": "*",
"load-grunt-tasks": "*",
"node-sass": "*",
"simulant": "*"
},
"contributors": [
{
"name": "Patrick Filler",
"url": "https://github.com/pfiller"
},
{
"name": "Christophe Coevoet",
"url": "https://github.com/stof"
},
{
"name": "Ken Earley",
"url": "https://github.com/kenearley"
},
{
"name": "Koen Punt",
"url": "https://github.com/koenpunt"
}
],
"license": "MIT",
"homepage": "https://harvesthq.github.io/chosen/",
"bugs": "https://github.com/harvesthq/chosen/issues",
"_extra": {
"title": "Chosen",
"license": {
"type": "MIT",
"url": "https://github.com/harvesthq/chosen/blob/master/LICENSE.md"
},
"links": {
"download": "https://github.com/harvesthq/chosen/releases",
"docs": "https://harvesthq.github.io/chosen/"
},
"main": [
"chosen.jquery.js",
"chosen.css"
],
"files": [
"chosen.jquery.js",
"chosen.jquery.min.js",
"chosen.proto.js",
"chosen.proto.min.js",
"chosen.css",
"chosen.min.css",
"chosen-sprite@2x.png",
"chosen-sprite.png"
]
}
}