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

21
bower_components/Split.js/bower.json vendored Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "Split.js",
"main": "split.js",
"version": "1.0.6",
"homepage": "https://github.com/nathancahill/Split.js",
"authors": [
"Nathan Cahill <nathan@nathancahill.com>"
],
"description": "A lightweight utility for creating adjustable split views",
"keywords": [
"css"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}