1
0
mirror of synced 2024-11-22 04:56:08 +03:00
select2/component.json
Ethan J. Brown 5b6eab0878 Fix: Incorrect Bower specification
- ~ version means 1.4.x, not >= 1.4 which is what we want
 - there is no spinner.gif, but there is a select2-spinner.gif
2013-04-01 12:12:04 -03:00

9 lines
206 B
JSON

{
"name": "select2",
"version": "3.3.2",
"main": ["select2.js", "select2.css", "select2.png", "select2x2.png", "select2-spinner.gif"],
"dependencies": {
"jquery": ">= 1.4.4"
}
}