forked from gfranko/jquery.selectBoxIt.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.2 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
{
"name": "jquery.selectBoxIt",
"title": "jquery Selectboxit",
"description": "A jQuery plugin that progressively enhances an HTML Select Box into a single option dropdown list. The dropdown list can be optionally styled with jQuery ThemeRoller and optionally animated with jQueryUI show/hide effects.",
"version": "3.8.1",
"homepage": "http://www.selectboxit.com",
"author": {
"name": "Greg Franko",
"email": "[email protected]",
"url": "http://www.gregfranko.com"
},
"repository": {
"type": "git",
"url": "git://github.com/gfranko/jQuery.selectBoxIt.js.git"
},
"bugs": {
"url": "https://github.com/gfranko/jQuery.selectBoxIt.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.gregfranko.com/jQuery.selectBoxIt.js//blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"express": "3.x",
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-jasmine": "~0.4.2"
},
"scripts": {
"test": "grunt travis --verbose"
},
"keywords": ["jQuery", "jQueryUI", "Select Box Plugin", "Twitter Bootstrap", "Twitter Bootstrap Select Box"]
}