Add bower_components as it contains the resources used by github pages.

This commit is contained in:
Arpad Csanyi
2016-01-14 00:43:09 +01:00
parent 7b7b550e1a
commit bfffb12f8f
704 changed files with 118925 additions and 0 deletions

24
bower_components/select2/.bower.json vendored Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "select2",
"description": "Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.",
"main": [
"dist/js/select2.js",
"src/scss/core.scss"
],
"repository": {
"type": "git",
"url": "git@github.com:select2/select2.git"
},
"homepage": "https://github.com/ivaynberg/select2",
"version": "4.0.1",
"_release": "4.0.1",
"_resolution": {
"type": "version",
"tag": "4.0.1",
"commit": "bc1996417041d9b6131bd8c2ba911984c7b6f2d9"
},
"_source": "git://github.com/ivaynberg/select2.git",
"_target": "~4.0.1",
"_originalSource": "select2",
"_direct": true
}