add chosen

This commit is contained in:
guybedford
2013-11-15 13:07:22 +02:00
parent 45a0eb1226
commit b2645e848a
2 changed files with 9 additions and 1 deletions
@@ -0,0 +1,8 @@
{
"main": "chosen.jquery.js",
"files": ["chosen.jquery.js", "chosen.css"],
"shim": {
"chosen.jquery": ["./chosen.css!", "jquery@2.0"]
},
"buildConfig": { "uglify": true }
}
+1 -1
View File
@@ -10,7 +10,7 @@
"angularFire": "github:firebase/angularFire",
"backbone": "github:jashkenas/backbone",
"bootstrap": "github:twbs/bootstrap",
"chosen.jquery": "cdnjs:chosen",
"chosen": "github:harvesthq/chosen",
"d3": "github:mbostock/d3",
"font-awesome": "npm:font-awesome",
"jquery": "github:components/jquery",