13 lines
367 B
JSON
13 lines
367 B
JSON
{
|
|
"main": "chosen.jquery",
|
|
"files": ["chosen.jquery.js","chosen.jquery.min.js", "chosen.min.css","chosen.css", "chosen-sprite.png", "chosen-sprite@2x.png"],
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery"
|
|
},
|
|
"shim": {
|
|
"chosen.jquery": ["./chosen.css!", "jquery"],
|
|
"chosen.jquery.min": ["jquery"]
|
|
},
|
|
"buildConfig": { "uglify": true }
|
|
}
|