Adding _site to Versioning for git-hook based deplyoment

This commit is contained in:
Open-Steps.org 2015-04-16 10:18:08 +02:00
parent 3ec670b006
commit 774860a00d
192 changed files with 36131 additions and 1 deletions

26
_site/bower.json Normal file
View file

@ -0,0 +1,26 @@
{
"name": "ScopeJekyll",
"version": "0.0.0",
"authors": [
"Open-Steps.org <contact@open-steps.org>"
],
"description": "Scope 2015 website built with Jekyll",
"license": "MIT",
"homepage": "http://www.scopesessions.org",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.3.1",
"vegas": "~1.3.5",
"imagefill.js": "*",
"fontawesome": "~4.3.0",
"picbookjs": "~0.3.0"
}
}